When I'm trying to use the command heroku git:remote -a sleepy-inlet-36834
,I got set git remote heroku to https://git.heroku.com/sleepy-inlet-36834.git
in terminal. Then I tried to set the git remote heroku like this.
heroku git:remote -a https://git.heroku.com/sleepy-inlet-36834.git.
That time I got an error message something like this.
▸ 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?
How can I solve this?
you could add the remote the git way:
git remote add heroku https://git.heroku.com/sleepy-inlet-36834.git.
git remote rm heroku
Removes previous heroku
git remote add heroku https://example-example.git
Sets git remote heroku to https://example-example.git
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With