Git 常用命令集合

 //清除Git配置,在克隆的时候需要重新输入账号密码
 git config --system --unset credential.helper
重新生成秘钥
输入 ssh-keygen -t rsa -C "youremail@youremail.com" 
posted @ 2021-05-25 08:41  青柚  阅读(37)  评论(0编辑  收藏  举报