2013-07-15 10 views
7

何を私はHerokuのに私の最初のRailsアプリケーションを配備しようとしています、とheroku createコマンドを実行している場合、残念ながら、私はエラーを取得しています:Herokuのコマンドは失敗しない作成 - そのようなファイルやディレクトリ

@ C:\railsprojects\sample_app> heroku create 
The system cannot find the path specified. 
Creating protected-reaches-1026... done, stack is cedar 
http://protected-reaches-1026.herokuapp.com/ | [email protected]:protected-reaches-1026.git 
! Heroku client internal error. 
! Search for help at: https://help.heroku.com 
! Or report a bug at: https://github.com/heroku/heroku/issues/new 

    Error:  No such file or directory - git --version (Errno::ENOENT) 
    Backtrace: C:/Users/paul/.heroku/client/lib/heroku/helpers.rb:103:in ``' 
       C:/Users/paul/.heroku/client/lib/heroku/helpers.rb:103:in `has_git?' 
       C:/Users/paul/.heroku/client/lib/heroku/helpers.rb:108:in `git' 
       C:/Users/paul/.heroku/client/lib/heroku/helpers.rb:156:in `create_git_remote' 
       C:/Users/paul/.heroku/client/lib/heroku/command/apps.rb:255:in `create' 
       C:/Users/paul/.heroku/client/lib/heroku/command.rb:206:in `run' 
       C:/Users/paul/.heroku/client/lib/heroku/cli.rb:28:in `start' 
       C:/Program Files (x86)/Heroku/bin/heroku:29:in `<main>' 

    Command:  heroku create 
    Version:  heroku/toolbelt/2.39.4 (i386-mingw32) ruby/1.9.3 

私の最初に考えたのはということですGITがパスにないか、そうでないと呼ばれるが、私は単にgit --versionを実行して、問題の一部としてあることを排除することはできません。

@ C:\railsprojects\sample_app> git --version 
git version 1.8.3.msysgit.0 

だから、すべてが順序であるように思われます。他の誰かが間違っている可能性があることを知っている?

私はWindows 7を実行しており、Herokuクライアントのバージョンはheroku/toolbelt/2.39.4 (i386-mingw32) ruby/1.9.3です。

答えて

0

あなたが作成するアプリケーションの名前を教えてはいけません。 のようにherokuはapplication_nameを作成します。これはこのlinkの中で言います。

関連する問題