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

Rugged githubrepo unsupported URL Protocol #3132

Open
Atroskelis opened this issue Apr 23, 2024 · 1 comment
Open

Rugged githubrepo unsupported URL Protocol #3132

Atroskelis opened this issue Apr 23, 2024 · 1 comment

Comments

@Atroskelis
Copy link
Contributor

Atroskelis commented Apr 23, 2024

gives a

Hook push_to_remote (#<GithubRepo:0x0000000001346b00>) failed (#<Rugged::NetworkError: unsupported URL protocol>) for event :post_store

config is

hooks:
  push_to_remote:
    type: githubrepo
    events: [post_store]
    remote_repo: git@<ip>:oxidized/<repo>.git
    publickey: /root/.ssh/id_rsa.pub
    privatekey: /root/.ssh/id_rsa

rugged has ssh installed, i thought that was the error
git push works ok
ruby 2.0.0p648 (2015-12-16) [x86_64-linux]
oxidized (0.22.0)
rugged (0.27.1)

@Atroskelis
Copy link
Contributor Author

It seems to be the old issue in #1038 , reinstalling rugged with ssh and reinstalling oxidized fixes this

This also happens in 0.30.0, i dont understand why.

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

No branches or pull requests

1 participant