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
When executing git reflow status I get
git reflow status
error: bad URI(is not URI?): https://api.github.com
commands which do not use GitHub API (eg. start) work as expected.
Any ideas? Thanks in advance.
The text was updated successfully, but these errors were encountered:
I saw this when using ruby 2.2.0 as well. Looks like an issue with the latest ruby. Can you try 2.1.5? We'll use this ticket to address
Sorry, something went wrong.
We should really add tests for multiple versions of ruby and dependencies like this: http://ylan.segal-family.com/blog/2013/06/21/testing-with-multiple-ruby-and-gem-versions/
We can add this in to relieve this and future related issues
On Friday, February 13, 2015, Nicholas Hance [email protected] wrote:
I saw this when using ruby 2.2.0 as well. Looks like an issue with the latest ruby. Can you try 2.1.5? We'll use this ticket to address — Reply to this email directly or view it on GitHub #88 (comment).
— Reply to this email directly or view it on GitHub #88 (comment).
Thanks a lot, works with ruby 2.1.5
7bc9b7f
Successfully merging a pull request may close this issue.
When executing
git reflow status
I geterror: bad URI(is not URI?): https://api.github.com
commands which do not use GitHub API (eg. start) work as expected.
Any ideas? Thanks in advance.
The text was updated successfully, but these errors were encountered: