Ehryk / heroku-nano

Heroku Plugin to use the nano text editor from the command line (`heroku nano`)
12 stars 0 forks source link

installation failing #1

Open chrishough opened 7 years ago

chrishough commented 7 years ago

thoughts on this error?

➜  vogon git:(staging) h plugins:install https://github.com/ehryk/heroku-nano
Installing plugin https://github.com/ehryk/heroku-nano... !
 ▸    yarn --non-interactive --mutex=file:/Users/chrishough/Library/Caches/heroku/yarn --cache-folder=/Users/chrishough/Library/Caches/heroku/yarn exited with code 1
 ▸    warning No license field
 ▸    error Refusing to download the git repo {"protocol":"https:","hostname":"github.com","repository":"https://github.com/ehryk/heroku-nano@latest"} over HTTPS without a commit hash - possible certificate error?
 ▸
almadsen commented 7 years ago

+1

mertrois commented 7 years ago

also having this error trying to install heroku-repo

ddugar1996 commented 7 years ago

+1

MarshalX commented 7 years ago

+1

sovas1 commented 7 years ago

+1

sovas1 commented 7 years ago

Ok. I've fixed it by entering bash directly from heroku website and typed this:

mkdir nano && curl https://github.com/Ehryk/heroku-nano/raw/master/heroku-nano-2.5.1/nano.tar.gz --location --silent | tar xz -C nano && export PATH=$PATH:/app/nano

chrishough commented 7 years ago

@sovas1 entering bash directly from heroku? Which GUI are you referring to?

sovas1 commented 7 years ago

@chrishough There'is option to access cmd line on heroku webside heroku1

chrishough commented 7 years ago

Have you tried it via the CLI tool?

eggplants commented 3 years ago

https://github.com/eggplants/heroku-nano