Skip to content

"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

@msewell

Description

@msewell

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions