프로필사진
IntelliJ / WebStorm 에서 Github 연동 안될 때 (invalid authentication data)

2021. 5. 4. 12:29🔴 ERROR기록

300x250

MAC 에서 local git으로
Webstorm 상에서 프로젝트를 개발하던 중
Github에 코드를 올리기 위해 깃허브 연동을 하려고 했는데..

아이디 & 비밀번호를 제대로 쳐도
아래와 같은 에러 메시지와 함께 연동이 안됐다ㅠㅠ

'invalid authentication data 404 Not found'


stackoverflow.com/questions/52095022/intellij-cannot-log-in-to-github

 

IntelliJ cannot log in to GitHub

For some reason, a new IntelliJ installation is unable to log in to GitHub. (The credentials are correct.) It happens both when I try to "share project on githu" and "checkout project from version

stackoverflow.com

해당 오류는 아이디/이메일/패스워드가 잘못되었거나
local git이 잘못되어서 나오는 것이라고 한다.


Github Token으로 연동하기로 한다. (좀 더 안전한 방법)

1. 토큰 생성
github.com -> Settings -> Developer settings -> Personal access tokens

2. Github 연동
Webstorm -> Preferences -> GitHub -> login
앞서 만든 토큰으로 로그인을 했다.

3. 진행 중인 프로젝트 Github에 올리기

 

300x250