Reputation: 365
I'm having issue upgrading my npm packages.
It uses git+https
for cloning, but my git is failing with fatal: Unable to find remote helper for 'git+https'
Weird thing is that a git clone https://github.com/foobar/somerepo.git
worked fine.
I'm running git 2.4.5
(installed via Homebrew) and tried OSX native curl 7.37.1
and even Homebrews curl 7.43.0
, also running OSX 10.10.4
git seems fine, too:
git --exec-path
/usr/local/Cellar/git/2.4.5/libexec/git-core
Any hint what could be wrong with my setup/in my case?
Upvotes: 1
Views: 2388
Reputation: 365
It turns out to be a bug in the current [email protected]
.
An issue has been submitted
Upvotes: 1