Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a GitHub account in Android Studio Artic Fox

After updating to latest IDE.

Android Studio Arctic Fox | 2020.3.1

I wanted to sync my project which has been updated, with the one on my GitHub account.

I tried connecting to my account based on this answer: https://stackoverflow.com/a/64920231/11214643

But the behavior has changed, now the link : Add Account redirects me to an IntelliJ web-page without any token alternative.

enter image description here

After selecting the "Authorize in GitHub" option, a second window with a pop-up appears.

Nor the Google, the IntelliJ or the GitHub accounts are valid on the textbox, nothing works.

enter image description here

Do I need to fix some local environment variable??

like image 819
Delark Avatar asked Oct 15 '22 20:10

Delark


1 Answers

Go with this Steps

1). click on Project from Version Control

enter image description here

2). Click on "Github" from Lefy Panel and go with "Use token..."

enter image description here

3). Then you get your Screen to login with Token

enter image description here

like image 179
Nikunj Paradva Avatar answered Oct 18 '22 13:10

Nikunj Paradva