-
Notifications
You must be signed in to change notification settings - Fork 296
apm not respecting git config --global url."https://".insteadOf git:// #106
Comments
This appears to be an npm issue... see npm/npm#5257 for work-around/hack (I don't know javascript/node well enough to propose a real patch) |
I'm also seeing this. I've worked around npm and git remote URL proxy issues all the way down to this one but I'm now stuck here. Would love to hear if anyone has a solution. |
@neocotic My post in npm/npm#5257 contains a verified work-around. |
I saw that workaround since but have stopped trying right now as it's getting to a point where I'm hacking code to support something that should be working. I've also heard that I'll just hit another wall with the shell not building on anything other than Ubuntu so I've given up. |
i use this version
as this
can cause "npm ERR! git clone https+https://github.com/kevinsawicki/minimatch.git Cloning" for reference, you need to edit this file when trying to build atom
|
Closed upstream, so I'm going to close this as well. |
Attempting to build Atom on a system behind a firewall that doesn't allow the git:// protocol out.
My ~/.gitconfig contains
As far as I can tell this seems to be an apm issue, but I'm not sure if it could be in atom or npm code (the lines are unclear to me).
The text was updated successfully, but these errors were encountered: