Reputation: 185
I am currently learning how to create apps with Flutter. I am using Android Studio and am a total beginner. I am not very familiar with GitHub.
I am simply trying to upload a project im working on to GitHub. However when I try to push to github, I'm asked for some HTTP access credential rather than my GitHub account access credentials and it keeps getting rejected.
On the GitHub side I have...
On the Android Studio side i have...
I have basically followed everything in this tutorial up until 4:50. https://www.youtube.com/watch?v=GhfJTOu3_SE
The problem is when I try to 'PUSH' to github...
It asks me to Log In via GitHub, then I get the two screens in the screenshot.. I'm using Flutter and Dart so I guess the JetBrains IDE message is fine? But when I click 'Authorise in GitHub' I get a login dialog that looks more like I'm trying to login to my router admin settings or something...
My GitHub username and password are not accepted.
Can anyone help?
Upvotes: 0
Views: 638
Reputation: 2415
As per github change , you need to generate token check this link : https://techglimpse.com/git-push-github-token-based-passwordless/
Upvotes: 2