LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
935 stars 33 forks source link

Installation via homebrew (macos Sierra) fails #54

Closed onionhammer closed 7 years ago

onionhammer commented 7 years ago
MacBook-Pro-3:buckaroo myuser$ brew install --HEAD loopperfect/lp/buckaroo

==> Installing buckaroo from loopperfect/lp
==> Cloning git@github.com:loopperfect/buckaroo.git
Cloning into '/Users/myuser/Library/Caches/Homebrew/buckaroo--git'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Error: Failed to download resource "buckaroo"
Failure while executing: git clone --branch master git@github.com:loopperfect/buckaroo.git /Users/myuser/Library/Caches/Homebrew/buckaroo--git
njlr commented 7 years ago

This issue occurs when you try to install a Homebrew formula with an SSH Git URL but have not configured SSH Git before.

Since others might run into the same problem, I have updated our Homebrew formula so that it uses an HTTPS Git URL instead.

Would you mind trying again now?

brew install --HEAD loopperfect/lp/buckaroo
onionhammer commented 7 years ago

@njlr I had actually already resolved this myself shortly after posting, so I can't really easily re-test it

njlr commented 7 years ago

OK, glad to hear it's working. I'll close out this issue.