I'm using Azure DevOps for the first time to host my next project. When I created an empty project on Azure Devops, I tried to clone it. While attempting to clone, it asked me for my password. I entered it and it says I have a wrong password but I know I'm typing my password correctly.
I then installed git-credential-manager for max/linux onto my mac. I tried to do a git pull
from the remote origin, but it just prompted for a password like the first time and failed.
I also tried to use the "Create git credentials" feature on Azure Devops, in which I can specify a new password. That failed as well with the same error.
I submitted a GitHub issue on their repository here. Is there no way for me to clone my project? The url for my repository is in the form of https://[email protected]/...
.
Update: I tried this on my Windows machine and it gave me a popup to login and it worked fine.