I am following this tutorial: https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Using_third-party_modules_(jpm)
I installed git but I got this error:
npm install menuitem --save
npm WARN package.json test@0.0.1 No repository field.
npm WARN addRemoteGit Error: Command failed: git -c core.longpaths=true config --get remote.origin.url
npm WARN addRemoteGit
npm WARN addRemoteGit at ChildProcess.exithandler (child_process.js:213:12)
npm WARN addRemoteGit at emitTwo (events.js:87:13)
npm WARN addRemoteGit at ChildProcess.emit (events.js:172:7)
npm WARN addRemoteGit at maybeClose (internal/child_process.js:827:16)
npm WARN addRemoteGit at Process.ChildProcess._handle.onexit (internal/child
_process.js:211:5)
npm WARN addRemoteGit git+https://github.com/OverByThere/addon-pathfinder.git resetting remote C:\Documents and Settings\Administrator\Data aplikací\npm-cache\
_git-remotes\https-github-com-OverByThere-addon-pathfinder-git-93454c54 because of error: { [Error: Command failed: git -c core.longpaths=true config --get remote.origin.url
Anybody knows why this happens and how to solve it?
Git version: 2.9.0.windows.1