当前位置: 首页 > 工具软件 > hg-git > 使用案例 >

Hg-Git on Debian problem

张淳
2023-12-01

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"

 

转载于:https://www.cnblogs.com/eshizhan/archive/2013/02/22/2921479.html

 类似资料:

相关阅读

相关文章

相关问答