Error when Deploy to Heroku?

0

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

    
asked by Erick Echeverry Garcia 18.08.2018 в 18:10
source

1 answer

0

He is asking you to create ssh keys. It is very rare that you have to do it. Try creating those ssh keys. Maybe later I'll let you deploy your code.

The data that you will be asked for will be the route (bring a default so you can enter or write a different route that is what I recommend) and the following is optional (but I recommend that you put it), will ask you to you put a password and then confirm it.

    
answered by 18.08.2018 / 19:03
source