You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note I have also setup up the 'npm config' variables for the company proxy server with the below commands
$npm config set proxy 'http://<proxyuser>:<proxysecret>@<proxyserverhost>:<proxyserverport>'
$npm config set https-proxy 'http://<proxyuser>:<proxysecret>@<proxyserverhost>:<proxyserverport>'
The text was updated successfully, but these errors were encountered:
Thanks @JamieSlome . Please let me know if you want me to try any step. Not sure if this could be related to nodejs not doing the dns resolution using a proxy server.
Hello Team,
I have been trying to execute git-proxy utility in our company environment which is sitting behind a Proxy Server.
Doing a standalone curl works fine with 'https://github.com' as the http_proxy/https_proxy environment variables are already set.
$ curl -kv https://github.com // Success and gives back an HTTP 200
However using the git-proxy utility and running the server via npx.
$ npx -- @finos/git-proxy --config ../new-folder/proxy.config.json
Service Listening on 8080
Listening on 8000
On doing a git push for my repository, I'm getting a DNS Resolution error.
recieved
action processed
Error: getaddrinfo ENOTFOUND github.com
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
Please note I have also setup up the 'npm config' variables for the company proxy server with the below commands
The text was updated successfully, but these errors were encountered: