I am new to Git (just started 2 days ago). I\'m attempting to create a project to practice the basic commands I\'ve learned from here.
Where I am, so far:
After doing some digging of my own thanks to this problem I found out that it is more than likely coming from the credential manager. I had no ssh keys since it was a fresh Gitlab account and it was not working with my username and password. The same setup however, was working on GitHub. After uninstalling git and reinstalling without the credential manager it worked.
If it is on windows, go to Credential Manager, Windows Credentials and Delete the entries under Generic Credentials.
Try connecting again. This time, it should prompt you for the correct username and password.
These are my ideas:
Git Credential Manager for Windows
When you've fixed the push problem you will also be able to clone it when it is private or internal.