I want to clone a repository using HTTPS using Git (Windows), which has been set up to use GCM:
C:\Projects>git config credential.helper
manager
I've already set the username using git config --global user.name <username>
.
Now, when I attempt to clone a repository, it just fails without prompting for a username/password:
C:\Projects>git clone <url>
Cloning into '<project>'...
fatal: Authentication failed for '<url>'
How can I make Git ask for my username/password? According to this, Git should prompt for credentials, if GCM cannot find any.
As can be seen from the following image, my Windows Credential Manager is currently empty: