【发布时间】:2014-11-07 06:33:06
【问题描述】:
我试图用
推送到一个善变的回购~/pychess$ git push i175 branches/i175loc
searching for changes
no changes found
error: src refspec branches/i175loc does not match any.
error: failed to push some refs to 'hg::https://G.nius.ck@code.google.com/r/gniusck-pychess175/'
它甚至不要求我提供凭据。我正在使用 Git 2.1.0 和最新(在本文发布时)版本的 git remote hg。
【问题讨论】:
-
你为什么要用 git 推送一个 mercurial repo?你不应该改用
hg吗?
标签: git mercurial push git-remote