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...
- Created a free account
- Setup a public repository ready to save my project to
On the Android Studio side i have...
- installed Git,
- enabled Version Control Integration with GIT
- Added my files to GIT and committed directory
I have basically followed everything in this tutorial up until 4:50.

CodePudding user response:
As per github change , you need to generate token check this link :

