前提・実現したいこと
ローカル環境で作ったPythonのプログラムをサーバーレスで定期実行させたい
Herokuでそれを行いたい
発生している問題・エラーメッセージ
https://tkstock.site/2021/02/11/python-%E3%82%B9%E3%82%AF%E3%83%AC%E3%82%A4%E3%83%94%E3%83%B3%E3%82%B0-%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0-%E5%AE%9A%E6%9C%9F%E5%AE%9F%E8%A1%8C-heroku-scheduler-%E4%BD%BF%E3%81%84%E6%96%B9/
このサイトの通りに行っていますが、windows10のコマンドプロンプトで次のようなエラーメッセージが出てしまいます。
$ git commit -m "Initial Commit" On branch master Initial commit nothing to commit (create/copy files and use "git add" to track) $git push heroku master error: src refspec master does not match any error: failed to push some refs to 'https://git.heroku.com/******.git'
試したこと
ネットで調べて「masterをmainにするとよい」というのを見つけたので試したけれどうまくいきません。
他に上記のようなエラーが出たのはgit addを忘れていたからという記事もあったけれど、確かにgit add . と打ち込んでエンターを押したはずです。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/09 13:03
2021/06/09 13:30
2021/06/17 10:34