
How to remove proxy permanently from ubuntu> The command env | grep proxy return nothing.

Without further ado, here are the command for this configuration.ġ4.04, After using these comands git config -global -unset http.proxy git config -global -unset https.proxy git config -global -unset core.gitproxy.

This not only work when specifying a proxy for a specific remote, but also for the whole repository. Looking through the git-config documentation I found the solution: Set to the empty string to disable proxying for that remote. Reset git proxy to default configuration, You can remove that configuration with: git config -global -unset core.gitproxy. Or do you have the proxy in the local config?

I am trying to push to my repo but receiving an error:īut still getting this error? How can I solve this?
