Closed bengrah-miller closed 2 years ago
This looks like a problem with the HTTP_PROXY
you have configured. You'll need to ensure it allows HTTPS traffic to github.com.
Hi @lovell thanks for the quick reply - I do have the following global settings in git config:
C:\Users\bengrah>git config --list
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=openssl
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
core.autocrlf=true
core.fscache=true
core.symlinks=false
pull.rebase=false
credential.helper=manager-core
credential.https://dev.azure.com.usehttppath=true
init.defaultbranch=master
filter.lfs.required=true
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
user.name=username
user.email=username@domain.com
http.proxy=http://proxy.domain.com:8081
https.proxy=https://proxy.domain.com:8081
I'm not sure what else I can do here?
Thanks
If you've configured your machine to use an HTTP and/or HTTPS proxy by setting one of the common environment variables, you'll need to ensure that proxy is capable of and/or permits TLS traffic to/from github.com. You'll probably want to ask whoever maintains https://proxy.domain.com:8081
(I realise this example has been obfuscated).
Hi @lovell - I got it sorted, it looks like my HTTPS_PROXY setting was pointing to https://proxy.domain.com, I've been told it should be http://proxy.domain.com - I've now got past my issue - thank you for help.
Hi there,
I'm trying to install
cordova-res
which requiressharp
as part of it's installation, but every time I try to install I keep getting an Installation error: tunnelling socket could not be established, case=read ECONNRESETI saw on an earlier issue that you have to have one of six environment variables set up - I already have HTTP_PROXY set up as a system environment variable, and I'm able to download other items via
npm
without any issue.Here is the debug log output: