Failed to install dependency from GitHub
See original GitHub issueDescription
When I’m trying to install dependency from GitHub, I get user authentication fail. Tried with buckaroo install github+loopperfect/neither and with my own library.
Expected Behavior
Successful installation of dependency.
Actual Behavior
buckaroo install github+loopperfect/neither returns:
Error! com.loopperfect.buckaroo.sources.RecipeFetchException: Could not fetch github+lo opperfect/neither git@github.com:loopperfect/neither.git: USERAUTH fail
Possible Fix
Use https to clone instead of ssh.
Steps to Reproduce
- mkdir test && cd test
- buckaroo quickstart
- buckaroo install github+loopperfect/neither
Your Environment
- Version used: 1.3.1
- Operating System and Architecture: Linux, Ubuntu 16.04 amd64
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
[Bug] Can't install dependencies from git containing ...
I'd be willing to implement a fix Describe the bug yarn install fails on trying to install dependencies from git repositories in the...
Read more >Unable to install dependency from Github · Issue #911
Steps to reproduce the behavior: Install any dependency from github, e.g.: npm install uuidjs/uuid; Publish the code to heroku; See error.
Read more >pip install from GitHub source fails to install dependencies ...
I'm trying to fully install a Github repository in my package. The item is added properly to my setup.cfg file:
Read more >Failure to install dependencies · Issue #1
Successfully merging a pull request may close this issue. installing dependencies splunk/security_content_docs. 1 participant. @ljstella ...
Read more >Problem installing suggested remote dependency ...
I am trying to add a remote GitHub suggested dependency ... and that it is trying to install the dependency from CRAN and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ok, I’ve tested some combinations and installation works when I have not encrypted my private key. Temporarily this may work for me, because I can store my key on encrypted partition, but it is not solution of the problem - I don’t think anyone would like to use key without passphrase.
Fixed in Buckaroo Redux.