Azure DevOps | Visual Studio | TF200016: The following project does not exist
We have an Azure DevOps Project by name ‘ALMAccelerator-Dev‘ and the the project has been connected to Visual Studio. We were able to Push and Pull commits with no issues.
Recently while pushing one of the commits from Visual Studio, we got an error TF200016: The following project does not exist
Lets see the reason and how we fixed the issue.
Reason and Fix:
- Azure DevOps Project has been renamed from ‘ALMAccelerator-Dev‘ to ‘ALMAccelerator Dev‘ hence Visual studio thrown error as its still trying to connect to the Project with old name.
- To fix this, from ‘Visual Studio’ go to ‘Git -> Manage Remotes…’.
- Select the ‘Remotes’ from the popup and edit the ‘Remote origin’ as below.
- In my scenario, since a space was introduced to my project name (i.e., ALMAccelerator Dev), I have added %20 as highlighted below
- You might want to change the api url as per the new Project name.
- Save and sync the Repo and it should work now,
🙂
Categories: DevOps
project does not exist, TF200016
Comments (0)
Trackbacks (0)
Leave a comment
Trackback