오류 메세지 

Incorrect credentials. Request response: 401 Unauthorized

다른 컴퓨터에서 프로젝트를 불러올 일이 있어서 새로 Android Studio를 설치하고, Github 계정과 연동을 하려고 하니...

 

응?

 

검색을 해보니....

토큰으로 해봐라, git을 깔아라 등등...

 

하나씩 해보자.

 

참고로 Android Studio 버전은 4.1.1이다.

 

1. 토큰으로 하기

[Settings] -> [Developer Settings] -> [Personal Access Token]

에서

repo, gist, workflow를 체크하고 토큰을 만든 다음 로그인을 해봐도... 동일한 에러가 발생한다.

 

2. git 깔아보기

안된다 ㅋㅋㅋ

 

3. Stack Overflow 만만세

참고 : stackoverflow.com/questions/64964585/android-studio-github-login-incorrect-credentials-request-response-401-unauth

 

Android Studio GitHub Login "Incorrect credentials. Request response. 401 Unauthorized

I am having trouble logging in to my GitHub Account through Android Studio. I don't know why I am getting this error and there doesn't seem to be much about it out there. I made sure to have Git

stackoverflow.com

1번에서 git 토큰 설정할 때 아래와 같이 설정해주니 잘 된다.

+ Recent posts