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

Conscript incorrectly reports "Repository not found on github" when it can't find a branch #108

Open
michael-brennan opened this issue Sep 30, 2016 · 0 comments
Labels

Comments

@michael-brennan
Copy link

When conscript fails to find the default "master" branch -- or the specified branch if one is specified -- then it incorrectly reports "Repository not found on github" rather than reporting that it cannot find the branch.

Example:
Type: cs sbt/sbt
Result: "Repository not found on github" because there is no "master" branch

Type: cs sbt/sbt --branch 0.13.12 # from http://www.scala-sbt.org/release/docs/Scripts.html
Result: Result: "Repository not found on github" because there is no 0.13.12 branch

Type: cs sbt/sbt --branch 0.13
Result: works (at the time of this writing)

This was very confusing as a complete newbie trying to figure out what was going wrong until I realized it simply wasn't findng the branch.

@xuwei-k xuwei-k added the Bug label Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants