Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚更改了我的 github 存储库的名称,现在我的本地存储库(如预期的那样)找不到它。如何更新名称,还是应该将其视为新的远程仓库?
从我的阅读方式来看,我的理解是您更改了存储库的名称(更改了它的 URL),现在您想要更新 URL 以匹配新的存储库位置。
您可以使用git remote set-url <remote-name> <new-url>切换现有远程存储库的 URL。
git remote set-url <remote-name> <new-url>