방법 1. 처음 리포지토리 클론 시 ssh 주소 사용
- 깃헙 리포지토리 - Code - Local - Clone - SSH
- Git 명령어 실행 시 매번 SSH 비밀번호를 입력해야 하는 번거로움 존재
방법 2. origin 리포지토리 연결 주소에 액세스 토큰 등록
git remote set-url origin <https://<your-access-token>@github.com/username/repo.git>
방법 3. Git Credential 저장
sudo git config credential.helper store