Why do I see the following warning?
$ git config --global http.proxy http://172.19.18.22:8080
warning: http.proxy has multiple values
Why do I see the following warning?
$ git config --global http.proxy http://172.19.18.22:8080
warning: http.proxy has multiple values
Simple display all three configuration level (system, global and local) in order to check if you see several
http.proxy
configuration:You can then proceed to remove the extra one with a:
liwp mentions in the comment a:
to get of all
http.proxy
entries