[Git]如何更改git提交地址

参考:https://blog.csdn.net/asdfsfsdgdfgh/article/details/54981823

 通过命令直接修改远程地址

    进入git_test根目录

    git remote 查看所有远程仓库, git remote xxx 查看指定远程仓库地址

    git remote set-url origin http://192.168.100.235:9797/john/git_test.git

git

相关推荐