修改Git远程地址 git config remote.origin.url "https://..."

仓库管理:

添加或指定远程仓库地址

git remote set-url origin "https://..."
git config remote.origin.url "https://..."

删除

git remote rm origin

 

posted @ 2020-03-24 23:10  两粒  阅读(4888)  评论(0编辑  收藏  举报