linux 下git 使用socks5代理

git config --global http.proxy 'socks5://192.168.0.102:10809'
git config --global https.proxy 'socks5://192.168.0.102:10809'