Skip to content
On this page

hello VitePress

this is a test

tew

github推送失败

git config --global http.proxy 127.0.0.1:10809 git config --global https.proxy 127.0.0.1:10809

查看github代理

git config --global --get http.proxy git config --global --get https.proxy

解除github代理

git config --global --unset http.proxy git config --global --unset https.proxy