JSPM and Git are sharing share the same proxy value in my .gitconfig:
[http]
sslVerify = false
proxy = http://<proxy>:8080
I need the proxy value set when updating JSPM. I don't need it when updating Git (publishing to local Git server).
If I leave the proxy value set, I can't push commits. If I set "proxy= ", then Git works again, but JSPM doesn't.
Ideally I'd like to make them independent.
How can I get out of this wacky situation?