question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to install dependency from GitHub

See original GitHub issue

Description

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

  1. mkdir test && cd test
  2. buckaroo quickstart
  3. buckaroo install github+loopperfect/neither

Your Environment

  • Version used: 1.3.1
  • Operating System and Architecture: Linux, Ubuntu 16.04 amd64

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
3mbd3vcommented, Oct 23, 2017

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.

0reactions
njlrcommented, Jan 10, 2019

Fixed in Buckaroo Redux.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found