1 개요[ | ]
- Git proxy 설정
Bash
Copy
git config --global http.https://github.com.proxy http://135.79.246.80:8080
git config --global http.https://gist.github.com.proxy http://135.79.246.80:8080
Console
Copy
# git config --global http.https://github.com.proxy http://135.79.246.80:8080
# git config --global http.https://gist.github.com.proxy http://135.79.246.80:8080
# cat ~/.gitconfig
[http "https://github.com"]
proxy = http://135.79.246.80:8080
[http "https://gist.github.com"]
proxy = http://135.79.246.80:8080
Bash
Copy
# optional
git config --global http.https://github.com.sslVerify false
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.