We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.)
.xcscmblueprint
So Buildasaur seems to think I've checked out the project over http*. I didn't, though. Excerpt from the project's .git/config:
.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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:What am I doing wrong?
The text was updated successfully, but these errors were encountered: