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.
我将 SmartiGit 用于 SVN 存储库,现在 SmartGit 中出现以下错误消息:
存储库定义了多个远程(Git 或 SVN)。不支持这种配置,会导致错误。
如何查看多个遥控器并删除错误的遥控器?
git remote
只显示
master
我想我在控制台上添加了一次主遥控器,我想,那是我做错了。(我不记得了,我是如何添加它的)
从git remote手册页
git remote remove master
但首先,git config -l查看您的远程定义,并检查您是否确实有一个远程命名master(以及它指向的位置)。
git config -l