I was granted access as a Contributor within Azure DevOps
to a remote repository that I have been submitting changes to for the past twelve months. Suddenly and without warning I am no longer able to push changes. The following error message is provided via the Visual Studio 2019
Output window:
Error encountered while pushing to the remote repository: Git failed with a fatal error. Authentication failed for 'https://dev.azure.com/[domain]/[app]/_git/[repo]/' Pushing to https://dev.azure.com/[domain]/[app]/_git/[repo]
Unfortunately, none of the principals responsible for originally setting up the Azure DevOps
project remain with the Company and a new Project Administrator has stepped in. It seems like it should be a straight-forward process to restore or renew expired access to a project Contributor (such as myself); however, we have spent nearly two weeks and I am still unable to push changes. The Project Administrator is new to Azure DevOps
and I am new to Visual Studio 2019 Git
; hence, our dilemma.
What steps need to be taken, whether in Azure DevOps
, Visual Studio 2019 Git
or both in order restore my access to this project?
As an aside, I have posted a similar issue on GitHub but have yet to receive a reply. Any assistance is greatly appreciated.