Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Error Disallowed checkout type, the project must be checked out over one of the supported schemes: SSH" - but project *is* checked out over SSH #301

Open
msewell opened this issue Jan 24, 2017 · 0 comments

Comments

@msewell
Copy link

msewell commented Jan 24, 2017

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

buildanope

(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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant