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

'make setup' fails when cloning repository '[email protected]:18F/identity-equifax-api-client-gem.git' #1666

Closed
rhencke opened this issue Sep 9, 2017 · 4 comments

Comments

@rhencke
Copy link

rhencke commented Sep 9, 2017

Steps to reproduce the issue (please be as specific as possible)

  1. Check out repository at https://github.com/18F/identity-idp
  2. Ensure prerequisites are installed, per the README.md.
  3. Run 'make setup' per the README.md.

Expected behavior

The command produces no errors.

Actual behavior

The command fails when attempting to clone the repository [email protected]:18F/identity-equifax-api-client-gem.git. I'm assuming this is because the repository is private, but it may just be a repository that does not exist in my parallel universe.

A log can be found here: https://gist.github.com/rhencke/0c1addda5c5c5342f92adbd48461cfb8

@rhencke rhencke changed the title 'make setup' fails when cloning repository '`[email protected]:18F/identity-equifax-api-client-gem.git' 'make setup' fails when cloning repository '[email protected]:18F/identity-equifax-api-client-gem.git' Sep 9, 2017
@monfresh
Copy link
Contributor

Thanks for reporting this. To get around this, you can remove lines 113 to 116 from the Gemfile. You don't need those gems to run the app locally. However, it would be nice to fix this so people don't have to remove those gems. Could you please try running bundle install --without production and see if you are able to install the dependencies?

@rhencke
Copy link
Author

rhencke commented Sep 11, 2017

That got me past that point. Thank you! The remaining errors are (so far) my own. :) (I'm taking a crack at writing up a Vagrantfile for this project, as the laptop scripts, as I can't really use the laptop repo on Windows :) )

@monfresh
Copy link
Contributor

Thanks for testing. This should now be fixed by #1668.

Also, if you're on Windows, I recommend using our Docker setup, although it looks like it's currently broken. I'm working on fixing it.

@rhencke
Copy link
Author

rhencke commented Sep 11, 2017

Awesome - thank you! And thanks for the pointer to the Docker setup - even if it's not 100% there that sounds like a better base than trying from scratch.

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

2 participants