v2-a26f28080f0a7d0a3ffcbe41f44381ee_r.jpg
CMD

set http_proxy=http://127.0.0.1:22335 & set https_proxy=http://127.0.0.1:22335

Power Shell

$Env:http_proxy="http://127.0.0.1:22335";$Env:https_proxy="http://127.0.0.1:22335"

Git

git config --global https.proxy http://127.0.0.1:22335
git config --global https.proxy https://127.0.0.1:22335

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code