我安装了 hg-git,并使用它克隆了我的 github 存储库:
$ hg clone git+ssh://git@github.com/my/repo.git
$ git status
fatal: This operation must be run in a work tree
$ hg gexport ( now the .git is created )
$ git status
fatal: This operation must be run in a work tree
我可以使用 Mercurial 访问存储库,我看到历史记录完好无损,但我不能再使用 git。理想情况下,我希望能够继续在 git 中工作,进行提交,hg gimport
然后hg push
再到一个 mercurial 服务器。但是,我无法让 git 部分运行。我能做些什么?