git修改本地仓库与远程仓库的连接

修改git的远程仓库命令

1、修改命令

git remote origin set-url +URL

2、先删后加

git remote rm origin

git remote add origin  +远程仓库地址



猜你喜欢

转载自blog.csdn.net/qq_27954643/article/details/80635630