You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure prerequisites are installed, per the README.md.
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.
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?
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 :) )
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.
Steps to reproduce the issue (please be as specific as possible)
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
The text was updated successfully, but these errors were encountered: