-
Notifications
You must be signed in to change notification settings - Fork 60
Git
Yaron Weiss edited this page Aug 9, 2018
·
5 revisions
Error encountered while pushing to the remote repository: Git failed with a fatal error. unable to access 'https://github.com/Ginger-Automation/Ginger/': Could not resolve proxy:
git config --global http.proxy MyHTTPPROXYURL
Where MyHTTPPROXYURL is thr proxy URL
i.e.:
git config --global http.proxy http://genproxy:8080
Reset git proxy
git config --global --unset http.proxy
- dfg
- dgfg
Spice it Up!