Mercurial error: repository is unrelated

后端 未结 4 1786
感动是毒
感动是毒 2021-01-01 09:09

I\'ve just started with Mercurial, I have a \'central\' repository on Bitbucket which I cloned onto one machine and made changes and committed and pushed. I then cloned from

4条回答
  •  感动是毒
    2021-01-01 09:42

    You get this message when you try to push to a repository other than the one that you cloned. Double-check the address of the push, or the default path, if you're just using hg push by itself.

    To check the default path, you can use hg showconfig | grep ^paths\.default (or just hg showconfig and look for the line that starts paths.default=).

提交回复
热议问题