【发布时间】:2011-04-20 12:51:40
【问题描述】:
这是我解雇的那一行:
git remote add Nakor git://github.com.nakor/CherryTomato.git
我犯了一个错误,命令应该是:
git remote add Nakor git://github.com/nakor/CherryTomato.git
当我尝试运行第二个命令时,我得到了这个错误:
fatal: Remote Nakor already exists.
这是可以理解的。如何编辑远程Nakor 指向的端点?
【问题讨论】:
标签: git