반응형

계정입력없이도 깃허브 토큰을 이용해서 로그인이 가능합니다.

먼저 아래 사이트에 접속합니다.

https://github.com/settings/tokens

 

 

GitHub: Where the world builds software

GitHub is where over 65 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

'Generate new token' 버튼을 클릭합니다.

Note에는 간단한 설명을 적어줍니다.
Scopes에서 repo, admin:org, gist를 체크해서 토큰을 발급받습니다. (Generate token 버튼을 클릭)

생성된 토큰을 복사해서 안드로이드 스튜디오 깃허브 로그인창의 Use Token 을 클릭합니다.

아래 Token 입력창에 복사해온 토큰을 넣고, Log in 버튼을 클릭하면 됩니다.

이상 끝.

+ Recent posts