Q:

Installing:

sudo apt-get install mercurial-git

ref: http://hg-git.github.com/

EDIT:

~/.hgrc

[extensions]
hgext.bookmarks =
hggit = 

running:

hg clone git://example.com/eg.git
abort: repository git://example.com/eg.git not found!

What's happen?

googling...

 

a issue of 2 years ago:

ref:

https://github.com/schacon/hg-git/issues/204

https://bugs.launchpad.net/ubuntu/+source/hg-git/+bug/666292

https://bugs.launchpad.net/ubuntu/+source/hg-git/+bug/1008876

 

orz

 

A:

[extensions]
hgext.bookmarks =
hgext.git =

replace "hggit =" with "hgext.git ="

 

OR

use "easy_install hg-git" or "pip hg-git"

 

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2021-10-14
  • 2021-05-29
  • 2021-06-18
  • 2022-12-23
  • 2021-07-21
  • 2021-05-18
猜你喜欢
  • 2021-09-08
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2021-07-26
  • 2021-06-02
  • 2021-07-07
相关资源
相似解决方案