I have an Azure DevOps account that I'm trying to use to host git repos. The problem is that when I add remote origin then try to git push -u origin --all
I'm prompted for a password, but the account's password results with: fatal: Authentication failed for...
Is there a different password you have to set up or something diffierent that needs configured to be able to access Azure DevOps Repos? I couldn't find a decent explanation as to why your account password fails or how to set another password that'll be accepted. Thanks for any tips or advice!