Git 常用命令集合

 //清除Git配置,在克隆的时候需要重新输入账号密码
 git config --system --unset credential.helper
重新生成秘钥
输入 ssh-keygen -t rsa -C "youremail@youremail.com" 
原文地址:https://www.cnblogs.com/ikai/p/14807133.html