방법 1. 처음 리포지토리 클론 시 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