首页 > 其他分享 >Git的一些问题整理

Git的一些问题整理

时间:2022-10-13 21:55:39浏览次数:81  
标签:Git remote github git ssh https 整理 一些

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

相关文章