jspm-cli: Invalid gitfile format: .git
OSX 10.10 node: v0.12.3 (via nvm) git: 2.2.0 (via homebrew)
On jspm init
or jspm install
, I can’t install any package.
Every package has the same error:
warn Error on lookup for github:systemjs/systemjs
fatal: Invalid gitfile format: .git
Am I missing something obvious?
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 23 (8 by maintainers)
I confirm I can reproduce:
~/.jspm
jspm install
-> fails with the errorgit init
in~/.jspm/github-cache
jspm install
-> success