Home > Back-end >  Github access credentials not accepted when trying to push to GitHub
Github access credentials not accepted when trying to push to GitHub

Time:01-26

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

  1. Created a free account
  2. Setup a public repository ready to save my project to

On the Android Studio side i have...

  1. installed Git,
  2. enabled Version Control Integration with GIT
  3. Added my files to GIT and committed directory

I have basically followed everything in this tutorial up until 4:50. enter image description here

CodePudding user response:

As per github change , you need to generate token check this link : enter image description here enter image description here

  •  Tags:  
  • Related