我正尝试在windows中第一次克隆github存储库。
我正在遵循https://hg-git.github.io/上的说明。首先,我做了
pip install hg-git这样做效果很好。
然后我试着
hg clone git://github.com/nicodv/kmodes.git 按照hg-git的说明操作,但失败的原因是
abort: repository git://github.com/nicodv/kmodes.git not found!我也用https做了同样的尝试。
执行此操作的正确方法是什么?
发布于 2015-09-27 23:25:41
请注意,当前版本的hg-git在克隆方面存在一些问题,如issue 292或issue 307。
检查您是否有latest version of dulwich (目前为0.11.2-1)
https://stackoverflow.com/questions/32808453
复制相似问题