I can't find a way to remove the http.proxy setting from the system config file.
My research concluded that there is a single system
config file located at %Program Files%\Git\mingw64\etc\ but it does not have the proxy setting. However, when I open the repository setting inside VS, the http.proxy setting is still set.
I've used all the following codes, but it still http.proxy setting is still set under the repository settings for the system variable:
I've attempted the following:
git config --unset http.proxy
git config --global --unset http.proxy
git config --system --unset http.proxy
- I've deleted the config file under the %Program Files%\Git\mingw64\etc
Is there any other locations on the machine where the system config file is located?
I remember when I initially trying to setup the http.proxy setting, I modified the file manually. But I can't seem to remember which file I actually modified or the location.