Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #7195
| X-Received | by 10.13.194.67 with SMTP id e64mr13315193ywd.17.1458342396855; Fri, 18 Mar 2016 16:06:36 -0700 (PDT) |
|---|---|
| X-Received | by 10.157.14.22 with SMTP id c22mr5237otc.20.1458342396818; Fri, 18 Mar 2016 16:06:36 -0700 (PDT) |
| Path | csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!w104no7416628qge.1!news-out.google.com!u9ni1147igk.0!nntp.google.com!nt3no2837741igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.ruby |
| Date | Fri, 18 Mar 2016 16:06:36 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=109.175.109.105; posting-account=Bp0wcgoAAADZR-zNGKdxaEIDdMI8ht_N |
| NNTP-Posting-Host | 109.175.109.105 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <f071358f-5bbf-483a-8dfa-9453cdcdaa5c@googlegroups.com> (permalink) |
| Subject | Git version bump gem error |
| From | Sulejman Ferizović <sulejman.ferizovic@gmail.com> |
| Injection-Date | Fri, 18 Mar 2016 23:06:36 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Received-Bytes | 2414 |
| X-Received-Body-CRC | 226426252 |
| Xref | csiph.com comp.lang.ruby:7195 |
Show key headers only | View raw
When I tried to run my sinatra app, I got this error:
C:\Users\A2\Desktop\freetouring_v2>rackup -p 4444
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/git-version-bump-0.15.1/lib/git-version-b
ump.rb:299:in `gem_version': GVB.version(false) failed; perhaps you need to inst
all git? (GitVersionBump::VersionUnobtainable)
from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/git-version-bump-0.15.1/lib/
git-version-bump.rb:37:in `version'
from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/git-version-bump-0.15.1/lib/
git-version-bump/version.rb:2:in `<module:GitVersionBump>'
from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/git-version-bump-0.15.1/lib/
git-version-bump/version.rb:1:in `<top (required)>'
from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/backports-3.6.7/lib/backport
s/std_lib.rb:9:in `require'
I have Git in my %PATH%. This is echo of my %PATH%:
C:\ProgramData\Oracle\Java\javapath;C:\Ruby22-x64\bin;C:\Windows\system32;C:\Win
dows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Pro
gram Files (x86)\Skype\Phone\;C:\Program Files\Git\bin\;C:\Program Files\Git\cmd
\;C:\Program Files (x86)\Microsoft VS Code\bin
So, can anyone explain to me where exactly is the problem and how to solve it?
Thanks in advance.
Back to comp.lang.ruby | Previous | Next | Find similar
Git version bump gem error Sulejman Ferizović <sulejman.ferizovic@gmail.com> - 2016-03-18 16:06 -0700
csiph-web