Git

[Git] push token 오류 해결

Sungwoo Koo 2022. 7. 2. 22:07
push token 오류가 발생하여 해결한 과정을 기록하기 위해 작성

 

1. 제어판 - 자격 증명 관리자에서 git:https://github.com 삭제

2. github settings -> developer settings -> personal access tokens -> generate new token (모든권한 체크)

3. token 복사

4. 터미널에서 user 정보 입력 
- $ git config --global user.name "username"
- $ git config --global user.email "email@email.com"

5. git commit 후 git push를 하면 
- $ Username for https://github.com : sungwookoo
- $ Password for https://github.com/sungwookoo : 토큰