方法有三种:

1、修改命令:git remote set-url origin [url]

2、先删除后添加:


git remote rm origin


git remote add origin [url]


 


3、修改.git/config文件