TF400948: A Git repository with the name XXXX already exists.

Azure DevOps Issue: TF400948: A Git repository with the name XXXX already exists.

Solution : This issue occurs when you are trying to create a repository with the same name as another repository on your project. The key is Azure DevOps doesn’t consider UpperCase and lowercase are different. Example : If you have a repository called “Test” already on your project you won’t able to create another repository called “test” on your project.

You may also like...