Git添加远程仓库

来源:互联网 发布:mac 10.11.6 升级包 编辑:程序博客网 时间:2024/05/21 14:52

添加远程仓库主要有以下三种写法,如下:

git remote add origin ssh://git@hostname/helloworld.git
git remote add origin ssh://git@192.168.14.70/helloworld.git
git remote add origin git@192.168.14.70:helloworld.git


可以参考我的博客:

http://blog.csdn.net/zzqhost/article/details/9233819

0 0
原创粉丝点击