profile image

L o a d i n g . . .

해결 방법

  1. `Github` > `Setting` > `Developer Settings` > `Personal access tokens` > `Tokens(classic)` > 토큰 생성할 때 `repo` 체크하고 만들기
  2. `push` 할 때 ID엔 기존의 ID 입력, PW엔 토큰 입력하기

문제 발생 이유

  1. Github 에서 ID/PW 기반 Basic Authentication 인증을 막음
  2. ID / Personal Access Token 방식의 Token Authentication 방식으로 전환함
  3. 따라서 Eclipse 에서 ID/PW 입력하여 commit 하려고 하면 에러 발생함

출처

1. https://hangyujung.tistory.com/37https://codingdiary99.tistory.com/5

복사했습니다!