>git config -l
........ ......... |
>git config --global --unset http.proxy
>>git config -l
no http.proxy configuration
Git config 文件所在位置 on Mac OS, .gitconfig为隐藏文件,用 ls -al 来查看
>ls -al
/Users/lianghyan/.gitconfig
>cd /Users/lianghyan
>ls -al .gitconfig
-rw-r--r-- 1 lianghyan staff 312 Sep 30 23:17 .gitconfig