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 #263

Closed
nestorlafon opened this issue May 10, 2016 · 4 comments
Labels

Comments

@nestorlafon
Copy link

nestorlafon commented May 10, 2016

I got the following error adding a repo:

Couldn't add Xcode project at path file:///Users/mxbot/myproject/myproject.xcworkspace, error: Cannot find the Checkout/Blueprint file and failed to parse repository metadata directly. Please create an issue on GitHub with anonymized information about your repository. (Error Disallowed checkout type, the project must be checked out over one of the supported schemes: SSH).

Although the repo was clone using SSH I followed the workaround steps creating the blueprint file but I still get the same error.

Is it possible to get more detail about what is producing the error?

The blueprint file added looks like (anonymised):

{
   "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey":"FF6F1F3CB80AF41215B17903BEEF908A02B36D30",
   "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey":{

   },
   "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey":{
      "FF6F1F3CB80AF41215B17903BEEF908A02B36D30":0
   },
   "DVTSourceControlWorkspaceBlueprintIdentifierKey":"A07FFC0C-8CE7-4944-8C3F-4CADC5C97122",
   "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey":{
      "FF6F1F3CB80AF41215B17903BEEF908A02B36D30":"myproject/"
   },
   "DVTSourceControlWorkspaceBlueprintNameKey":"myproject"
   "DVTSourceControlWorkspaceBlueprintVersion":204,
   "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey":"myproject.xcworkspace",
   "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey":[
      {
         "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey":"[email protected]:myorg/myproject.git",
         "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey":"com.apple.dt.Xcode.sourcecontrol.Git",
         "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey":"FF6F1F3CB80AF41215B17903BEEF908A02B36D30"
      }
   ]
}

Thanks for your work!

@czechboy0
Copy link
Member

Hi @nextorlg,

first of all, great issue report! That's all I need to be helpful here.
I can see from your blueprint that your repo URL is [email protected]:myorg/myproject.git, which implies you're using GitHub Enterprise, instead of GitHub.com, correct?

If so, technically Buildasaur doesn't yet support Github Enterprise servers, but there are a couple of people working on it (and have their forks), see this issue with links: #99. There's even a WIP pull request: #251.

Hope this helps. As I don't have an Enterprise server myself, I can't get the support in myself, so I'm relying on contributors. It might be worth to try to chat to them directly.

@czechboy0
Copy link
Member

Possibly related to #259.

@nestorlafon
Copy link
Author

Yup looks related to the github enterprise instance. Our setup is not standard, I will check the issues as PRs you referenced and see if I can be of some help

@czechboy0
Copy link
Member

As we don't technically yet support GitHub Enterprise yet, I'll close this. If you're using a fork of Buildasuar, it's probably best to open a ticket in the fork's issues section and later try to ask them to PR the improved version into main Buildasaur. Unfortunately I cannot help with forked code as I don't know what's been changed.

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

No branches or pull requests

2 participants