Delark
Delark

Reputation: 1323

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??

Upvotes: 5

Views: 1472

Answers (1)

Nikunj Paradva
Nikunj Paradva

Reputation: 16087

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

Upvotes: 4

Related Questions