I'm trying to set up continuous integration. I've a Mac. I work from and a Mac Server with all the Xcode server stuff set up on it. When I try and create a bot from my work Mac, I get to a screen titled-
Provide repository credentials for this host.
It has three repos listed. Trouble is, there should be only one repo. The server has the one repo set up on it, and it's the one I'm working from on my work Mac. But the repository credentials screen asks me for the credentials for this repo (which come up with a green checkmark), one repo that used to be a sub-module of this repo, and one repo that I don't believe was ever connected to this repo.
My repo has no sub-modules (although it used to). Where are these other two repos coming from in the list? I'm using Git.
Is it possible they're lingering around somewhere in the repo settings?