Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #7195

Git version bump gem error

Newsgroups comp.lang.ruby
Date 2016-03-18 16:06 -0700
Message-ID <f071358f-5bbf-483a-8dfa-9453cdcdaa5c@googlegroups.com> (permalink)
Subject Git version bump gem error
From Sulejman Ferizović <sulejman.ferizovic@gmail.com>

Show all headers | 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


Thread

Git version bump gem error Sulejman Ferizović <sulejman.ferizovic@gmail.com> - 2016-03-18 16:06 -0700

csiph-web