Git添加远程仓库

xiaoxiao2021-02-28  97

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

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

转载请注明原文地址: https://www.6miu.com/read-68931.html

最新回复(0)