1、git配置远程地址 git remote add origin url ,其中url为远程仓库地址。 2、git删除远程地址 git remote rm origin 查看远程仓库地址信息 git remote -v 相关文章: 2021-11-01 2021-06-16 2021-11-06