We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delphinus cant connect to github behind a proxy server.
The text was updated successfully, but these errors were encountered:
By default, it should use the system configuration for WinHTTP. Can you check if one is set and set one if missing using NetSH? https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731131(v=ws.10)
Using Commandwindow (CMD) Display Proxy: netsh winhttp show proxy
netsh winhttp show proxy
Set Proxy: netsh winhttp set proxy [proxy-server=] ProxyServerName [bypass-list=] <HostsList>
netsh winhttp set proxy [proxy-server=] ProxyServerName [bypass-list=] <HostsList>
See link above for examples for setting a proxy
Sorry, something went wrong.
No branches or pull requests
Delphinus cant connect to github behind a proxy server.
The text was updated successfully, but these errors were encountered: