Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/scala/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git 推的时候出错了_Git_Mercurial_Push_Git Remote - Fatal编程技术网

Git 推的时候出错了

Git 推的时候出错了,git,mercurial,push,git-remote,Git,Mercurial,Push,Git Remote,我试图推动一个反复无常的回购协议 ~/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/'

我试图推动一个反复无常的回购协议

~/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 remote hg。然而,你的命令似乎是错误的:你应该试试

git push i175 i175loc

ie:不要在分行名称前加上
分行/

的前缀,为什么要用git推动mercurial回购?你不应该改用
hg
吗?