-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Install generator fails in environment without Git #888
Labels
Comments
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommited_changes? throwing an error when called in an environment that does not have git installed causing install generator to fail - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommited_changes? throwing an error when called in an environment that does not have git installed - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
jasonblalock
added a commit
to jasonblalock/react_on_rails
that referenced
this issue
Jul 5, 2017
- Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes shakacode#888
justin808
pushed a commit
that referenced
this issue
Jul 17, 2017
* Update #uncommitted_changes? to handle missing Git - Fix for GitUtils.uncommitted_changes? throwing an error when called in an environment that does not have git installed - Add tests for GitUtils.uncommitted_changes? scenariors - Fixes #888 * Add explicit message when Git is not installed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the install generator in an environment without Git, it will fail to run citing:
It will still fail when using
--ignore-warnings
because it tries to evaluate what git status is coming back before looking at the ignore flag. I ran into this specifically because I use docker and exclude the.git
folders from my containers.The text was updated successfully, but these errors were encountered: