github每次提交都要弹出登陆框,要求输入账号和密码
https://zhuanlan.zhihu.com/p/67814301
查看当前项目是ssh的模式还是https的模式
git remote -v
如果是https模型 如何转换为ssh
git remote set-url origin [email protected]:xxxxx/xxxxxx.git
标签:Git,remote,github,git,ssh,https,整理,一些 From: https://www.cnblogs.com/cfas/p/16789844.html