

The dialog just closes and everything is as before. Then I've connected my github account, chose my project and clicked 'clone'. I go to file -> new -> project from version control -> git. I've just installed Android Studio and git. Next, you will get the password of this token, which is the part converted by the gray rect in my picture.īack to the Android Studio login GitHub window, this time select Use Token to verify. 1 I have a new computer and, and I want to import my current project from git. If you are not sure which permissions you need, suggest choosing them all. You can name the token you want and select the permissions you want to access to this token. It is super easy to maintain all 4 repositories. Hopefully this integration was proper and meaningful. Then, also in the options on the left, select Personal access tokens, and then select Generate new token to generate a new token. git submodule update Then in Android Studio File->Project Structure->app->add a new module and give the path to androidgisapp. In the options on the left, select Developer settings. When you cannot log in to GitHub using your account, you can actually use token to obtain the authentication.įirst, log in your GitHub account via browser, select the right top corner user icon, select Settings.


But I did not expect, The GitHub login verification function provided by Android Studio IDE cannot be used.Įnter the correct account and password, but the following error message will still be returned: invalid authentication data.404 Not Found -Not Foundīy the way, in the other IDEs developed by Jetbrains have no this problem. Today I use Android Studio to develop an application, and want to create a GitHub repository.
