github - JSPM and GIT behind Corporate proxy -
we new angular2 development. tried starter projects github failed install on machine. set npm , tsd corporate proxy jspm failed work. have configured http_proxy , https_proxy system environment variables on windows.whenever install using jspm, following error this.
error on locate github:components/component_name error: unable verify first certificate
also git have executed following command:
git config --global http.sslverify false
i couldnt figure out solution. or there other way of configuring jspm , git corporate proxy?
what worked me using cntlm , setting http_proxy , https_proxy environment variables in windows http://localhost:3128
note: if use gitbash, remember set environment variables there well.
Comments
Post a Comment