revmischa / heroku-emacs

Heroku command plugin: run emacs in a heroku shell
Other
1 stars 0 forks source link

HTTPS installation error on Heroku #1

Open tdmalone opened 7 years ago

tdmalone commented 7 years ago

Installation on Heroku doesn't seem to be working at the moment:

$ heroku plugins:install https://github.com/revmischa/heroku-emacs.git
Installing plugin https://github.com/revmischa/heroku-emacs.git... !
 ▸    yarn --non-interactive --mutex=file:/Users/timmalone/Library/Caches/heroku/yarn --cache-folder=/Users/timmalone/Library/Caches/heroku/yarn exited with code 1
 ▸    error Refusing to download the git repo {"protocol":"https:","hostname":"github.com","repository":"https://github.com/revmischa/heroku-emacs.git@latest"} over HTTPS
 ▸    without a commit hash - possible certificate error?
revmischa commented 7 years ago

I have zero clue about yarn, sorry

revmischa commented 7 years ago

sounds like it wants a hash instead of @latest

tdmalone commented 7 years ago

I'm a bit lost too. I was just following the installation instructions in the readme :) But other than that I am still learning how to work with Heroku. Or are you saying this isn't a Heroku CLI issue but rather however my local system is set up?

revmischa commented 7 years ago

Perhaps Heroku changed how plugins are installed? i don't have any special insight here