Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #58 - Update Gemfile to convert git into https to avoid RSA Key issue #60

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oloc
Copy link

@oloc oloc commented Jul 16, 2015

Retrying git clone '[email protected]:puppetlabs/beaker.git' "/home/travis/.rvm/gems/ruby-1.9.3-p551/cache/bundler/git/beaker-18670cc1b84a185c2066a67869906a4430a4c4a8" --bare --no-hardlinks --quiet due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git clone '[email protected]:puppetlabs/beaker.git' "/home/travis/.rvm/gems/ruby-1.9.3-p551/cache/bundler/git/beaker-18670cc1b84a185c2066a67869906a4430a4c4a8" --bare --no-hardlinks --quiet` in directory /home/travis/build/elastic/puppet-logstashforwarder has failed.
Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

This error message is due to the use of the git protocol which needs an SSH Key use.
To avoid this, we need t use the https protocol instead.

@elasticsearch-release
Copy link

Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'.

@oloc
Copy link
Author

oloc commented Jul 21, 2015

Should fix issue #36 .

@oloc
Copy link
Author

oloc commented Aug 27, 2015

Can one of the admins verify this patch?

2 similar comments
@elasticsearch-release
Copy link

Can one of the admins verify this patch?

@oloc
Copy link
Author

oloc commented Feb 26, 2016

Can one of the admins verify this patch?

@oloc
Copy link
Author

oloc commented Nov 4, 2016

Is there anybody in there? No more maintainer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants