-
Notifications
You must be signed in to change notification settings - Fork 188
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
Problem on Windows 7 (still claims to require win32-open3 w/ 1.9.2) #75
Comments
I believe I am getting the same problem, with a fresh install using latest Railsinstaller on Windows 7 C:\Sites\sciteachplan>gh --help C:\Sites\sciteachplan>gem install win32-open3 On the suggestion above, installing win32-open3-19 initially works to get the help menu up. C:\Sites\sciteachplan>gem install "win32-open3-19" C:\Sites\sciteachplan>gh --help But then when building local I get the following: C:\Sites\sciteachplan>gh create-from-local some of the formatting went a bit weird with the error above, and I thought it would be useful to indicate this occured with vanilla railsinstaller on windows. |
still open? |
I have the same issue. Any ideas? |
get the same issue ! |
same issue, please fix... |
Same issue here |
Same problem. |
Same issue here. Help would be greatly appreciated. |
Same issue |
+1 on this |
Same issue |
same issue |
1 similar comment
same issue |
same problem here.... |
Same here. |
same here... :( |
Scott, this sucks!
|
will this be fixed? I'm still seeing the same error as in previous comment. |
+1 to ryenus. Will this be fixed or do I need to look for alternatives? |
How fix it? help me |
same issue |
+1 same problem here |
Still the same Problem, |
I'm running into a problem on Windows 7 x64, where the github gem claims to require win32-open3 even though this functionality (I think?) is baked into ruby 1.9.2.
I tried installing a work-around I found via Google, win32-open3-19, but then got the following error trace when trying to run 'gh create-from-local':
C:/RubyOnRails/Ruby1.9.2/lib/ruby/1.9.1/open3.rb:202:in
'spawn': No such file or directory - pwd (Errno::ENOENT) from C:/RubyOnRails/Ruby1.9.2/lib/ruby/1.9.1/open3.rb:202:in
popen_run'from C:/RubyOnRails/Ruby1.9.2/lib/ruby/1.9.1/open3.rb:90:in
popen3' from C:/RubyOnRails/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/github-0.6.2/lib/github/command.rb:127:in
run'from C:/RubyOnRails/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/github-0.6.2/lib/github/command.rb:61:in
sh' from C:/RubyOnRails/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/github-0.6.2/lib/commands/commands.rb:242:in
block in load'from C:/RubyOnRails/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/github-0.6.2/lib/github/command.rb:25:in
call' from C:/RubyOnRails/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/github-0.6.2/lib/github.rb:76:in
invoke'from C:/RubyOnRails/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/github-0.6.2/lib/github.rb:70:in
activate' from C:/RubyOnRails/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/github-0.6.2/bin/gh:8:in
<top (required)>'from C:/RubyOnRails/Ruby1.9.2/bin/gh:19:in
load' from C:/RubyOnRails/Ruby1.9.2/bin/gh:19:in
The text was updated successfully, but these errors were encountered: