0
Good afternoon! I had to reinstall Ubuntu on my machine, and that’s why I was deploying it to Heroku. But now that I’ve reinstalled everything I can’t deploy anymore.
I cloned the git project and can push to the remote repository of the quiet gitlab, but not to Heroku. The application is already created in Heroku and all configured. I have to clone from the Heroku repository?
you have already installed Heroku cli? on the machine? to clone you have to access the Heroku account and take the link from the Heroku application. example Heroku git:clone -a codisistem
– user83564
Good afternoon! I already have Heroku CLI installed. I tried to clone the project the way you suggested, but returns the following error: ENOENT: Spawn git ENOENT
– Cisino Junior
@Mardonisalvesbezerra I’ve even tried to update the ssh key, but also the error. But I can login and even create another app using the Heroku create command.
– Cisino Junior