Home > Software engineering >  I cannot get authorized at GitHub in Android Studio when creating a token
I cannot get authorized at GitHub in Android Studio when creating a token

Time:02-28

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?

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

enter 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

  • Related