git 初始配置与删除远程地址 2019-12-16 本文已影响0人 张都尉 1、git配置远程地址 git remote add origin url ,其中url为远程仓库地址。 2、git删除远程地址 git remote rm origin 查看远程仓库地址信息 git remote -v