Running `rake db:migrate` attached to terminal... failed
! Multiple apps in folder and no app specified.
! Specify app with --app APP.
我得到了我的終端上面的錯誤,當我嘗試運行耙分貝:遷移任何人都可以請幫助?的Heroku:運行耙分貝:遷移錯誤
Running `rake db:migrate` attached to terminal... failed
! Multiple apps in folder and no app specified.
! Specify app with --app APP.
我得到了我的終端上面的錯誤,當我嘗試運行耙分貝:遷移任何人都可以請幫助?的Heroku:運行耙分貝:遷移錯誤
由於錯誤明確指出,您需要指定您希望運行命令的應用程序。如果您位於項目目錄中,則不需要指定該應用程序。如果你是在你的項目文件夾之外運行命令像這樣:
heroku run rake db:migrate --app <your-app-name>
我有這個問題出現在哪裏它與英雄at at沒有關係。如果你真的想看,打開你的.git/config文件
例如,我是與分期,並發現我有第二個遙控器。從我的.git/config文件中刪除這個修復了一切。
[remote "staging"]
url = [email protected]:site-stage.git
fetch = +refs/heads/*:refs/remotes/staging/*
yes要麼用戶不在項目目錄中,要麼爲當前應用程序提供多個應用程序,如暫存,生產等 – Gull
總是如此。這總是很簡單。謝謝! –