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]