Home > Net >  I cannot get autorize at GitHub in Android Studio when creating a token
I cannot get autorize at GitHub in Android Studio when creating a token

Time:02-28

I created a token at GitHub and went to Andriod Studio, in order to add this token. In Version Control GitHub settings I clicked on "Add account". It redirected me to JetBrains in my browser and asked to get autorized 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? Thanks in advance

CodePudding user response:

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

CodePudding user response:

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

  • Related