首页 > 代码库 > git配置

git配置

git库

 

产生sshkey  ssh-keygen -t rsa -C "youremail@example.com"

 

复制sshkey  cat ~/.ssh/id_rsa.pub

 
 
 

https://github.com/msysgit/msysgit/wiki/Git-for-Windows-Unicode-Support#Git_for_Windows

Warning: Your console font probably doesn’t support Unicode. If you experience strange characters in the output, consider switching to a TrueType font such as Lucida Console!
修改git shell字体为新宋体  右击窗口
技术分享

git配置