git使用

git使用

1
2
3
#git代理配置
git config --global http.http://github.com.proxy 'http://127.0.0.1:10809'
git config --global https.https://github.com.proxy 'http://127.0.0.1:10809'

git使用
https://bolg.pengfanao.top/2024/08/01/后端/git使用/
作者
pfa
发布于
2024年8月1日
许可协议