2013-07-15 2 views
7

내가 Heroku가 내 첫 레일 응용 프로그램을 배포하려고하고 heroku create 명령을 실행할 때 불행히도 오류가 점점 오전 :은 실패하지 않습니다 - 그런 파일이나 디렉토리

@ 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에서 말하는 것입니다.

관련 문제