Window Git $ git config --global http.proxy warning: http.proxy has multiple values


用文本编辑器打开用户目录:C:\Users\{Username}\.gitconfig 文件,手动删除多余的配置即可。

[user]
    email = bobcbui@outlook.com
    name = bobcbui
[http]
    proxy = 127.0.0.1:7890
    proxy = 127.0.0.1:7890 // 删除
[https]
    proxy = 127.0.0.1:7890
    proxy = 127.0.0.1:7890 // 删除