repositorypackage
0.4.7
Repository: https://github.com/cuisi521/go-cs-core.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
系统类库封装、工具类封装
为 git 设置: http 代理
git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy https://127.0.0.1:7890
为 git 设置: socket5 代理
git config --global http.proxy socks5://127.0.0.1:7890 git config --global https.proxy socks5://127.0.0.1:7890
取消代理
git config --global --unset http.proxy git config --global --unset https.proxy