1P by kibua20 2020-07-17 | favorite | 댓글과 토론

Private 설정된 GitHub Repository는 git pull / push 명령어를 사용할 때 마다 ID와 Password를 입력해야 하는 불편함 있습니다. ID와 Password 입력 없이 Git Hub에 로그인 할 수 있는 방법을 설명합니다.

1. GitHub에 Private Repository 생성
2. Git 주소 확인하기- https 와 ssh URL 확인
3. SSH 인 경우 public key 등록
4. Https인 경우 access token 사용
5. git credential의 cache timeout 활용