Some repos aren't recognized by `project attach` because of `git+ssh` scheme
I have a number of repos that aren't getting picked up by the tool and I'm noticing that it's always because of a git+ssh:// prefix. Most of the repos are pulled via ansible so I'm not sure where that got introduced but they work fine for interacting with the repo so it would be nice if the toll would work with it too. I've started looking into a fix so hopefully I can make an MR for it.