發表文章

目前顯示的是 4月, 2021的文章

git add . 出現錯誤 does not have a commit checked out

 刪除該目錄下的子目錄即可。

heroku,解決 Push failed: cannot parse Procfile的問題方式

 、查看錯誤訊息 、cmd 內執行  python -V、確認版本。 、確認Procfile檔案是否為 utf-8 格式, 、確認檔名大小寫 Procfile,不能有附檔名。 、Procfilen內的文字,是否指向自己的檔案。       app檔案名稱 app_core.py,則寫成 web: gunicorn app_core:app --preload 。 、是否在根目錄下讀取得到 、需再次 cmd 內執行 git add . 、需再次 cmd 內執行 git commit -m "init" 、需再次 cmd 內執行 git push heroku master 感動 >___<,搞好久。