-
Notifications
You must be signed in to change notification settings - Fork 116
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
HTTPS Push (Popen : wrong number of arguments) #345
Comments
Unfortunately, no. Those are already set as described there. |
Any ideas / suggestions / fix-es would be appreciated. @n-rodriguez This is a great plug in and is really mission critical for me at the moment. A big set up is depending (and currently not working) because of this issue. I'd really appreciate your help on this. |
I understand your stress and the emergency of your case but I'm very busy this time : |
@n-rodriguez I fully understand and appreciate that. Hence my offer of making fixing the bug be worth your while. |
I believe I have solved it. It seems to be working now. There are a couple of popen calls in the file mentioned in the stack. Did a couple of tests now, seems to be working. |
@BAndonovski : actually the issue is your Ruby version : http://ruby-doc.org//core-1.9.3/IO.html#method-c-popen Support of Ruby 1.9.x has ended so I highly recommend you to upgrade to Ruby 2.1 or 2.0.0. |
No more need to edit files. Fixed in commit 73c4d15 (the compatibility patch will be removed with Debian Jessie release) |
This is the set up:
Trying to use git repo through HTTPS. Clone works fine. Push starts and hangs at
Apache says the issue is:
The text was updated successfully, but these errors were encountered: