AnaBolshakova
AnaBolshakova

Reputation: 1

I cannot get authorized at GitHub in Android Studio when creating a token

I created a token at GitHub and went to Android Studio to add this token. In Version Control GitHub settings I clicked on "Add account". It redirected me to JetBrains in my browser and asked me to get authorized at GitHub. I entered my login and password, but it did nothing but emptied the fields as if I entered this wrong. How can I add an account directly in Android Studio?

Upvotes: 0

Views: 345

Answers (2)

Siddh Bhardwaj
Siddh Bhardwaj

Reputation: 11

I faced the same issue. I would recommend you to got to the github option in GIT icon in the toolbar. if you cannot find it then it must be in the VCS named option. Since my rank is not enough to post photos,so these links should help you

go to git option or VCS option in toolbar. find github option in the dropdown and select share on github

then select login with token and it should take you to your github page on your browser where it generates an auth token which you can copy and paste in the dialog box and verify. Hope this Helped!

select Login with token Now type the copied token and add your account

Upvotes: 1

yousef
yousef

Reputation: 1363

Go to setting and select version control then select github and add button use login with tokenenter image description here

then when click will show dialog for add token you generate it from version control enter image description here

you can try these steps

Upvotes: 0

Related Questions