当前位置首页 > Debian知识

Hg-GitonDebianproblem

阅读次数:307 次  来源:admin  发布时间:

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"

上一篇:win7IIS配置
下一篇:ubuntu14.04上设置默认python命令是执行python3而不是Python2