赞
踩
>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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。