迷茫2017-04-24 09:15:02
git remote remove xxxxx
git remote add xxxxx url
或者
git remote set-url xxxx url
PHP中文网2017-04-24 09:15:02
No problem, just operate git remote again
For example
git remote add <name> https://....
or
git remote set-url <name> https://...
ringa_lee2017-04-24 09:15:02
Just enter the url item in .git/conf in your project directory and it will be ok