Windows 시스템 힘내 배쉬 SOCK5 에이전트

자식 설정 --global https.proxy http://127.0.0.1:1080

자식 설정 --global https.proxy https://127.0.0.1:1080

자식 설정 --global --unset http.proxy

자식 설정 --global --unset https.proxy

NPM의 설정 프록시 삭제

자식 설정 --global http.proxy 'SOCKS5 : //127.0.0.1 : 1080'
자식 설정 --global https.proxy 'SOCKS5 : //127.0.0.1 : 1080'

추천

출처www.cnblogs.com/sigma0/p/11442786.html