참고
- Generate a new token from github's dev settings
- Update remote URL git remote set-url origin https://<token>@github.com/<git_url>
- pull once: git pull https://<token>@<git_url>.git
'GitHub&Git' 카테고리의 다른 글
[Git] Git Rebase로 Conflict 해결 (0) | 2022.10.02 |
---|---|
[Git] 원격 repository branch 삭제 (0) | 2022.05.11 |
[Git] Reset --soft, --mixed, --hard (0) | 2022.05.11 |
[GitHub] 깃헙 잔디 사라졌을 때 당황하지 않고 복구하는 방법. (0) | 2021.07.25 |
[Github] fork 사용하기(다른 사람의 repository를 내려받기) (0) | 2021.07.14 |