-
Notifications
You must be signed in to change notification settings - Fork 117
Popen : wrong number of arguments #362
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
Comments
I changed line 78 in /usr/local/lib64/ruby/gems/1.9.1/bundler/gems/grack-971b468103ac/lib/grack/server.rb to IO.popen(command, File::RDWR) do |pipe| which seems to work?? I have to check on possible side effects... |
You must not do that. Actually this class is overriden by the plugin (in |
Which version of Ruby are you using? |
Btw, there is a new release 1.0.1 which fixes the bug on User view. |
Support of Ruby 1.9.x has ended so I highly recommend you to upgrade to Ruby 2.1 or 2.0.0. |
Fine. I reverted, switched to ruby2, and on git clone I get:
So, well, if i must not do this, what do I have to do to get this to work??? git error message: |
Are you sure you're using Ruby2? :
|
@n-rodriguez : Thanks, turns out, eselect set ruby20 does not seal the deal ;) so now I am running ruby20, redmine_git_hosting 1.0.1 and issue seems to be fixed for me! Thank you once again |
You're welcome ;) |
While redmine (2.6.1) runs and I can have a look at the repos from the website, it is impossible to clone or push or even click on a Username (Internal Server Error). I am using thin(1.6.3) /nginx.
Here is the dump:
Corrected Dump...
I am thankful to any hint, I am not familiar with ruby...
The text was updated successfully, but these errors were encountered: