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' 카테고리의 다른 글
[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 |
[PS][Java] Open JDK 8 설치하기 (0) | 2023.12.04 |
[PS] java.lang.IllegalStateException: Module entity with name - gradle 빌드 문제 (0) | 2023.10.28 |