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

  1. connect a VPN
  2. Generate a pull request this will occur on that.
  3. 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)

Most upvoted comments

Run the below command git config --global --unset http.proxy

Thanks Deepak. It’s working. Run the below command in jenkins server git config --global --unset http.proxy

Run the below command 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.proxy and git config --global --unset https.proxy did not work for me but export https_proxy= did. https://stackoverflow.com/questions/32268986/git-how-to-remove-proxy

git config --global --unset http.proxy it worked for me