我尝试使用以下命令来推动一个变化无常的回购
~/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。
发布于 2014-09-13 15:14:03
我从未尝试过git remote hg。但是,您的命令似乎是错误的:您应该尝试
git push i175 i175loc即:不要在分支名称前加上branches/前缀
https://stackoverflow.com/questions/25819133
复制相似问题