herokuが作動しない
解決したいこと
herokuコマンドがうまく作動しないです。
laravelとmysqlにて趣味アプリを作成しているのですが、gitとherokuについて理解できていないので、ご教示いただけると幸いです…!
発生している問題・エラー
! Invalid path.
! Syntax is: git@heroku.com:<app>.git where <app> is your app's name.
!
! SSH Key Fingerprint: f9:2e:21:76:59:19:b3:03:ff:fa:58:3f:e8:ca:ab:89
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
または、問題・エラーが起きている画像をここにドラッグアンドドロップ。
該当するソースコード
git push heroku master
また、こちらのエラーも解決できていません。。
$ sudo heroku buildpacks:set heroku/nodejs
› Error: The requested API endpoint was not found. Are you using the right HTTP verb (i.e. `GET` vs. `POST`), and did you
› specify your intended version with the `Accept` header?
›
› Error ID: not_found
必要な情報などがございましたら、随時追記していきます。
どうぞよろしくお願いいたします。
php:7.2.5
laravel/framework:7.18.0
mysql: 8.0.22 for osx10.13 on x86_64 (Homebrew)
mac(linux)