msevestre / monologue_image_upload

Extension managing image upload for the monologue engine
MIT License
6 stars 23 forks source link

Issue installing this gem #8

Closed hqbeyers closed 7 years ago

hqbeyers commented 7 years ago

Hi, I cannot seem to install this gem. I copied the exact line into my Gemfile as instructed. I get the following error:

Retrying git clone 'git@github.com:msevestre/monologue_image_upload.git' "mydirectory/git/monologue_image_upload-34d6c03dbe659e9454eede0dabfb247af27e98c9" --bare --no-hardlinks --quiet due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command git clone 'git@github.com:msevestre/monologue_image_upload.git' "/mydirectory/git/monologue_image_upload-34d6c03dbe659e9454eede0dabfb247af27e98c9" --bare --no-hardlinks --quiet in directory /mydirectory has failed.Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

msevestre commented 7 years ago

Please use gem 'monologue_image_upload', :git => "https://github.com/msevestre/monologue_image_upload.git"

Instead