Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.2k stars 801 forks source link

bower install fails unless you have a github account setup #24

Closed nodje closed 10 years ago

nodje commented 10 years ago

Hi,

nice job, even though I haven't ben able to install & test yet, I've been looking for this for a long time.

I've got a problem when bower install: bower pagedown-ace#84d5e1b7ff233a1c8cafa9716e825228d275120c ECMDERR Failed to execute "git clone git@github.com:benweet/pagedown-ace.git /tmp/nodje/bower/pagedown-ace-30245-UPTEdu --progress", exit code of #128 Additional error details: Permission denied (publickey). fatal: The remote end hung up unexpectedly

I generally check out projects using git clone https://github.com/Laverna/laverna.git, especially on a server where I don't have a github account setup.

I'm guessing bower install fails here because it needs a valid git account with a proper public key setup locally.

It'd be awesome to be able to run all the install commands without having a github account setup.

tcrs commented 10 years ago

Looks like this is the same as the first problem I had when setting up Laverna (issue #23). FYI a work around is to replace all the git:// repo URLs in bower.json with the equivalent https:// ones.

wwebfor commented 10 years ago

Hi @nodje and @ThomasSpurden, I think now it will work without any problem. Can you, guys, please try again when you'll have extra time?

nodje commented 10 years ago

Works fine now, thanks. Sorry I didn't see #23