git 远程库重命名后,不重新拉取建立关联
查看远程库
- git remote -v
删除已经关联的远程库
- git remote rm origin
- origin不是固定的,是根据上图查看到的修改
添加新的远程库
- git remote add origin git—new-rep-name(实际库名)
本文来自博客园,作者:ljymoonlight,转载请注明原文链接:https://www.cnblogs.com/ljymoonlight/p/16511091.html
posted on 2022-07-23 10:28 ljymoonlight 阅读(33) 评论(0) 编辑 收藏 举报