Published 2024. 9. 23. 17:37
해결 방법
- `Github` > `Setting` > `Developer Settings` > `Personal access tokens` > `Tokens(classic)` > 토큰 생성할 때 `repo` 체크하고 만들기
- `push` 할 때 ID엔 기존의 ID 입력, PW엔 토큰 입력하기
문제 발생 이유
- Github 에서 ID/PW 기반 Basic Authentication 인증을 막음
- ID / Personal Access Token 방식의 Token Authentication 방식으로 전환함
- 따라서 Eclipse 에서 ID/PW 입력하여 commit 하려고 하면 에러 발생함
출처
1. https://hangyujung.tistory.com/37https://codingdiary99.tistory.com/5
'Problem Solving' 카테고리의 다른 글
[ArentCar][PS] Alert가 두 번 실행되는 문제 - 해결 (0) | 2024.12.16 |
---|---|
[ArentCar][PS] 쉼표 연산자로 인한 useState 초기값 설정 오류 문제 - 해결 (0) | 2024.12.13 |
[PS][React] Route를 이용했을 때 github pages의 404 에러 해결 (a 태그 -> link to) (0) | 2024.08.01 |
[PS][React] react-scripts 은(는) 내부 또는 외부 명령 실행할 수 있는 프로그램 또는 배치 파일이 아닙니다 (0) | 2024.07.20 |
[PS][Git] There isn't anything to compare 해결 (0) | 2024.01.05 |