Я пытаюсь развернуть приложение в Heroku, и оно показывает неверный путь. У меня уже есть git@heroku.com:chat-app правильно настроено чат-приложение .

C:\Users\Umabharathi\Nodejs\chat-app>git remote -v
heroku  git@heroku.com:chat-app (fetch)
heroku  git@heroku.com:chat-app (push)
origin  https://github.com/Umabharathi-G/chat-app.git (fetch)
origin  https://github.com/Umabharathi-G/chat-app.git (push)

C:\Users\Umabharathi\Nodejs\chat-app>git push heroku master

 !  Invalid path.
 !  Syntax is: git@heroku.com:<app>.git where <app> is your app's name.
 !
 !  SSH Key Fingerprint: 71:fc:12:91:62:53:9d:0f:eb:f2:9a:7c:97:64:15:54

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

0