Tried setting up Buildasaur at work today but ran into this issue:

(This happens despite having an .xcscmblueprint file in the workspace, by the way.)
So Buildasaur seems to think I've checked out the project over http*. I didn't, though. Excerpt from the project's .git/config:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = ssh://git@git.████.com:7999/ios/ios-app.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
What am I doing wrong?