-
Notifications
You must be signed in to change notification settings - Fork 21
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-pull request wrong argument type IO (V1.0.2) #72
Comments
Thanks for the report, Lecky. Most of the project's usage has been on the system Ruby that OSX comes with (1.8.7), so I expect that it's a difference that occurs with 1.9.3. (There have been several bugs that appear with 1.9.3.) I'll see what I can track down. |
Putting some docs about the limitation for now would be good ;) Sent from my iPhone Regards, On 07/09/2012, at 8:43 AM, Jim Moore notifications@github.com wrote:
|
I'm afraid I can't reproduce this. I've tried 1.8.7 and 1.9.3 on both OSX and Windows, and it works fine. That said, I have made some changes to not include some gems (like ruby-termios) that may have the side-effect of resolving this. Try version 1.0.3 (which I just pushed to RubyForge). |
Thx Jim. I will try to upgrade it . Forgot to mention that I am using RVM. So currently I just switch to 1.8.7 for using git-process and switch back to 1.9.3 for development..... |
I have gotten a similar error (in 1.8.7):
|
So that's issue with using RVM? |
Not certain that it's the same bug, but appears to be. |
Looks like https://github.com/jdigger/git-process/blob/master/lib/git-process/github_service.rb#L130 causing the problem. By commenting it out then I am able to type password. But then it follow by another error:
I love to use git-process, any help is needed.
The text was updated successfully, but these errors were encountered: