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

git branch -a broken #279

Open
my-master opened this issue Oct 8, 2018 · 3 comments
Open

git branch -a broken #279

my-master opened this issue Oct 8, 2018 · 3 comments
Labels

Comments

@my-master
Copy link

$ git branch -a
_scmb_git_branch_shortcuts:10: command not found: ruby

Probably related to #200

git branch -r works as expected

@HaleTom
Copy link
Collaborator

HaleTom commented Oct 9, 2018

It looks like ruby can't be found on your system.

What do you get when you do:
$ type ruby

@my-master
Copy link
Author

@HaleTom You are right, it looks like there is no ruby:

$ type ruby
ruby not found

So I guess I need to install it. Probably, you need to mention in README.md that not only SCM Breeze works faster with Ruby, but Ruby is also required for some git commands. Thanks!

@ghthor
Copy link
Member

ghthor commented Oct 12, 2018

Agreed. Will add the note, or figure out how to factor out the dependency.

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

3 participants