Say I have the following project / repo hierarchy:
java
|----- my-first-repo
python
|----- my-first-repo
When I try to create the my-first-repo in the python project I get an error saying I already have a repo with the name my-first-repo.
Seems like I should be able to create repos with the same name if they are in different projects.