fatal: unable to access 'https://github.com/': Could not resolve proxy: aproxy
See original GitHub issueDescription
[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
Issue Analytics
- State:
- Created 6 years ago
- Comments:29 (4 by maintainers)
Top Results From Across the Web
git - Could not resolve proxy: - Stack Overflow
Open your terminal through the administrator. Then hit command git config --global -l; Then unset all HTTP and https proxies by below command;...
Read more >Can't clone or pull due to a git outbound proxy
Cause. Your Git is configured to use an outbound proxy that has issues to reach Bitbucket Server. Resolution. You could either: Fix ...
Read more >fatal unable to access could not resolve host GitHub - Edureka
Hi@akhtar,. This can be caused in incorrect proxy settings , or error typing name, make sure you're using the exact URL of whatever...
Read more >Working with GIT while, behind proxy | by nish abe - Medium
Recently I had some issues in making GIT working while I was in a proxy enabled network. Below are the steps that helped...
Read more >git couldn t resolve host
This can be caused in incorrect proxy settings , or error typing name, make sure you're using ... Fatal unable to access could...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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