본문 바로가기
IT Knowledge/기타

git proxy Setting(http/https)

by Seok. 2022. 1. 7.
반응형

회사에서 서버들이 인터넷을 하기 위해 Proxy 를 사용해야 한다면,

$git clone Proxy 설정이 반드시 필요하다.

 

git Proxy 설정방법 :

git config --global http.proxy <ip:port>
git config --global https.proxy <ip:port>

예를 들면.
Git config --global http.proxy 192.168.0.1:8080

 

위의 Proxy 설정은

~/.gitconfig 에서 확인 가능하다.

반응형

댓글