As of today I\'m getting errors when trying to use git commands with my repository in Azure-DevOps. The repositories sit in a project on DevOps that I can access with the sa
Try and check the value of git config credential.helper.
If you see "manager", open the Windows Credentials Manager, and put as a password the PAT -- the Personal Access Token created -- (while keeping your regular login, associated to the remote URL)