sock을 http로 변환하려면 privoxy를 사용하는 것이 좋습니다. 결국 일부 프로젝트는 양말 프록시를 지원하지 않으며 privoxy 구성은 매우 간단합니다.
# 1단계
$ sudo apt-get 설치 개인 정보 보호
# 2단계, 끝에 파일 한 줄을 추가하면 됩니다. 주제가 shawdosocks를 사용하는 경우 기본값은 1080입니다.
$ vim etc/privoxy/config
앞으로 양말5 / 127.0.0.1:1080 .
나중에 사용해야 할 때 임시로 설정하세요
$ 내보내기 http_proxy='http://localhost:8118'
GitHub를 사용하는 경우 git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:port, 즉 git config --global http.proxy http://localhost:8118, wget~과 같은 다른 명령에 대한 문서를 읽어보세요.
sock을 http로 변환하려면 privoxy를 사용하는 것이 좋습니다. 결국 일부 프로젝트는 양말 프록시를 지원하지 않으며 privoxy 구성은 매우 간단합니다.
나중에 사용해야 할 때 임시로 설정하세요
GitHub를 사용하는 경우
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:port
, 즉git config --global http.proxy http://localhost:8118
, wget~과 같은 다른 명령에 대한 문서를 읽어보세요.