I am doing the deployment of an application made in Java to a cloud server in heroku. Deposit the app in the local Git repository of my machine and when you try to push to upload the code to the server, the following appears:
$ git push heroku master
Enter passphrase for key '/c/Users/egarcia/.ssh/id_rsa':
! Invalid path.
! Syntax is: [email protected]:<app>.git where <app> is your app's name.
!
! SSH Key Fingerprint: 6e:3b:77:cc:bc:58:60:d9:05:96:fe:1c:89:3d:78:48
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Any Idea about the error message? thanks