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)

Most upvoted comments

I confirm I can reproduce:

  • wipe ~/.jspm
  • first jspm install -> fails with the error
  • do git init in ~/.jspm/github-cache
  • retry jspm install -> success