初始化
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
代理
git config --global http.proxy socks5://127.0.0.1:1080
git config --global -l
git clone https://github.com/xxx/xxxxx.git
git config --global --unset http.proxy