2015-02-10 89 views
2

像在標題 - 當我試圖在Heroku上運行數據庫時,我收到此錯誤。heroku運行rake db:migrate - 驗證錯誤

heroku run rake db:migrate 
Running `rake db:migrate` attached to terminal... up, run.3332 
! Authentication error 

就是這樣。我遵循這個(https://devcenter.heroku.com/articles/getting-started-with-ruby#use-a-database)教程,直到現在一切進展順利。我什至不能找到任何類似的話題。

@EDIT 我試圖按照本主題:https://github.com/ddollar/heroku-accounts/issues/47
即使重新創建帳戶並沒有幫助。

+0

這裏有一些相當不錯的建議在這裏對Heroku的身份驗證問題:http://stackoverflow.com/questions/22957664/authentication-failure-in-heroku-cli-after-password-change – 2015-02-11 13:17:31

回答

0

運行以下命令

heroku run rake db:migrate -app APPNAME 

如果問題仍然存在 那麼很可能您無權 使用這種然後根據註冊在Heroku然後重試

heroku login 

輸入電子郵件地址和密碼。

相關問題