Gazler / githug

Git your game on!
MIT License
6.84k stars 1.03k forks source link

Can't install on Ubuntu 18.04 #261

Open kwiat1990 opened 5 years ago

kwiat1990 commented 5 years ago

I have installed ruby:

$ ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]

and then github (with sudo), but I can't get githug command to work. My terminal tells me that it does't exist:

$ githug
zsh: command not found: githug

I have read all threads in which someone had problems with installation but nothing had helped me. It would be grateful if sombody could help me with this one because, honestly, I have no idea what's going on. It should work but it does not.

Gazler commented 5 years ago

Hey,

what's the result of gem install githug?

kwiat1990 commented 5 years ago

Now it looks like this:

$ gem install githug
Fetching githug-0.5.0.gem
Successfully installed githug-0.5.0
Parsing documentation for githug-0.5.0
Installing ri documentation for githug-0.5.0
Done installing documentation for githug after 0 seconds
1 gem installed

I have previously removed githug with $ gem uninstall githug. And I think that the very first time the installation's output was a bit longer. But I'm not 100% sure, though.

Gazler commented 5 years ago

Thanks, could you please look for githug in the - EXECUTABLE DIRECTORY which is returned from gem environment?

kwiat1990 commented 5 years ago

Thanks, could you please look for githug in the - EXECUTABLE DIRECTORY which is returned from gem environment?

It is there but still I see only:

$ githug
zsh: command not found: githug
Anurag2293 commented 3 months ago

@kwiat1990 @Gazler hi did any of you get the solution of the issue? I am having the same problem.

kwiat1990 commented 3 months ago

@kwiat1990 @Gazler hi did any of you get the solution of the issue? I am having the same problem.

Sorry mate, it’s so long since I encountered this issue that I don’t remember if I could resolve it. For some time now, I’m no longer an Ubuntu user, so sadly I can’t help.