#cmd
set https_proxy=http://127.0.0.1:8118
#PowerShell
$env:https_proxy="http://127.0.0.1:8118"
#bash
export https_proxy=http://127.0.0.1:8118
#git 
git config --global https.proxy http://127.0.0.1:8118

发表回复

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

Captcha Code