2014-07-08 62 views
0

我試圖從這裏運行腳本:https://www.uludum.org/courses/118-how-to-run-your-own-bitcoin-arbitrage-bot/subsections/2164-installation如何解決致命錯誤? git的樞紐

你可以試着遵循自己和測試結果

我已經準確,但隨後它,當我去打開這個程序,我得到這一點,我不知道如何解決它?任何幫助都是幫助。我在這個文件夾中運行git init:C:\ Ruby200 \ bin我認爲這是正確的文件夾?我怎麼知道在哪裏運行它?

fatal: Not a git repository (or any of the parent directories): .git 
fatal: Not a git repository (or any of the parent directories): .git 
C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.6.3/lib/bundler/spec_set.rb:92:in 
`block in materialize': Could not find minitest-4.7.5 in any of the sources (Bun 
dler::GemNotFound) 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.6.3/lib/bundler/spec_ 
set.rb:85:in `map!' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.6.3/lib/bundler/spec_ 
set.rb:85:in `materialize' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.6.3/lib/bundler/defin 
ition.rb:133:in `specs' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.6.3/lib/bundler/defin 
ition.rb:178:in `specs_for' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.6.3/lib/bundler/runti 
me.rb:13:in `setup' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.6.3/lib/bundler.rb:12 
7:in `setup' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.6.3/lib/bundler.rb:13 
2:in `require' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rbtc_arbitrage-2.3.0/lib/rbtc_a 
rbitrage.rb:3:in `block in <top (required)>' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rbtc_arbitrage-2.3.0/lib/rbtc_a 
rbitrage.rb:2:in `chdir' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rbtc_arbitrage-2.3.0/lib/rbtc_a 
rbitrage.rb:2:in `<top (required)>' 
     from C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require' 
     from C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in 
`require' 
     from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rbtc_arbitrage-2.3.0/bin/rbtc:4 
:in `<top (required)>' 
     from C:/Ruby200/bin/rbtc:23:in `load' 
     from C:/Ruby200/bin/rbtc:23:in `<main>' 

回答

1

它看起來像你正在運行的任何需要你沒有安裝的寶石。

運行gem install minitest

+0

然它並沒有運氣仍然 – Jeremy

+1

的錯誤,現在就不同了 - 它說什麼了? – Anthony

+0

http://pastebin.com/C4Tbre4F謝謝。我重新安裝了64位開發工具包和64位紅寶石,這次似乎也有所幫助。你現在對這個錯誤有什麼看法? – Jeremy