


To remove all of them from the local configuration.

If all of them were in the local configuration, you could use: git config -unset-all You'll need to remove all of them, or set them all to empty (though there's no point in having redundant settings). The fact that the setting shows up four times (three with a value, one without) means you have more than one entry for this. Clearly you want to get rid of that for now. Tell your Git to connect to port 1080 on 127.0.0.1 (your own machine) in order to reach. May be it is using remote.origin's proxy(probably), but how to avoid that one? Gui.recentrepo=D:/bckup Aman/coding/taksi-aws/tt Http.sslcainfo=C:\Users\a.soyunjaliyev\AppData\Local\Programs\Git\mingw64\ssl\cert.pem If it helps there is one strange thing that I could not understand, when I list my remotes I got this list, even after I unset http.proxy globally git config -global -l Still get same error, and interestingly it says Failed to connect to 127.0.0.1 port 1080? I usually use psiphon VPN, since github is blocked. git clone įatal: unable to access '': Failed to connect to 127.0.0.1 port 1080: Connection refused
