Reputation: 1
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
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
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
Reputation: 1363
Go to setting and select version control then select github and add button use login with token
then when click will show dialog for add token you generate it from version control
you can try these steps
Upvotes: 0