码迷,mamicode.com
首页 > 其他好文 > 详细

GIT更换连接方式

时间:2020-06-16 23:47:54      阅读:60      评论:0      收藏:0      [点我收藏+]

标签:地址   pos   remote   更换   使用   name   ola   nbsp   github   

1-使用 git remote -v 查看对应的克隆地址:

 

git remote -v
origin  https://github.com/username/repository.git (fetch)
origin  https://github.com/username/repository.git (push)

 

可以看到确实是以https方式clone的


2-删除并重新添加:

 

git remote rm origin
git remote add origin git@github.com:username/repository.git

 

3-push一下

git push -u origin master

 

GIT更换连接方式

标签:地址   pos   remote   更换   使用   name   ola   nbsp   github   

原文地址:https://www.cnblogs.com/zhangguorenmi/p/13149585.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!