desktop: fatal: unable to access 'https://github.com/': Could not resolve proxy: aproxy
Description
[Description of the issue]
Version
GitHub Desktop version: [version here]
OS version: [version here]
Steps to Reproduce
- connect a VPN
- Generate a pull request this will occur on that.
- I tried after disconnecting the VPN then it was happening again and again, this error isn’t going in any way.
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Reproduces how often: [What percentage of the time does it reproduce?]
Logs
Additional Information
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 29 (4 by maintainers)
Run the below command
git config --global --unset http.proxyThanks Deepak. It’s working. Run the below command in jenkins server git config --global --unset http.proxy
Thank you @Deepak2607 It’s worked for me.
Has this been resolved?
Thank you @Deepak2607 it worked for me! git config --global --unset http.proxy
hi!
git config --global --unset http.proxyandgit config --global --unset https.proxydid not work for me butexport https_proxy=did. https://stackoverflow.com/questions/32268986/git-how-to-remove-proxygit config --global --unset http.proxy it worked for me