我有git v1.7.1和npm包依赖项定义如下:
Map<String, Map<String, Map<String, Long>>>
当我执行git+http://samePlace.com/npmPackage.git#master
npm install --proxy="..."
git只是挂起...我试图克隆没有npm,它也挂起。所以问题不在于NPM。我尝试使用npm info git [ 'clone',
npm info git '--template=/home/talabes/.npm/_git-remotes/_templates',
npm info git '--mirror',
npm info git 'http://samePlace.com/npmPackage.git',
npm info git '/home/talabes/.npm/_git-remotes/git-http-npmPackage-c449d2f24b90c6ad068a33db48c38760' ]
并且有效。
我是如何解决这个git问题的?
是否在某些版本中修复了一些错误?因为v1.7.1中存在git 2.3.0
和--mirror
。
我需要将依赖项定义为--template
,我无法更新git 。