Git proxy 설정

Jmnote (토론 | 기여)님의 2022년 5월 13일 (금) 17:28 판 (→‎개요)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

Git proxy 설정
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
# 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
# optional
git config --global http.https://github.com.sslVerify false

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}