1、通过修改工程目录下面 .git/config 文件
2、通过git命令修改
git remote rm origin
git remote add origin [your remote url]
3、通过设置url命令
git remote set-url origin [your remote url]
1、通过修改工程目录下面 .git/config 文件
2、通过git命令修改
git remote rm origin
git remote add origin [your remote url]
3、通过设置url命令
git remote set-url origin [your remote url]
本文标题:git修改远程地址
本文链接:https://www.haomeiwen.com/subject/gwofattx.html
网友评论