标签:url origin git配置 mamicode 注意 本地 alt 成功 img
1,查看本地是否配置了远程仓库地址
git remote -v
2,删除远程地址
git remote rm origin
如图:
3,添加新地址
git remote add origin url
注意:url 为你远程仓库新地址
如图:
看到新地址生成,说明你已经配置成功了
标签:url origin git配置 mamicode 注意 本地 alt 成功 img
原文地址:https://www.cnblogs.com/stronger-xsw/p/12991139.html