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

fix(create-remix): add fallback git author to initial commit #10115

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Add default author to "git commit ..." in the initial commit initiali…

    …zation step
    
    When run in an environment where git global config has not been set via
    ```
    git config --global user.email "[email protected]"
    git config --global user.name "Your Name"
    ```
    and cannot be inferred from local username and hostname, the initialization process fails (git exits with exit code 128). Setting a default
    klibardi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5fb9188 View commit details
    Browse the repository at this point in the history
  2. Update contributors.yml

    klibardi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    64b9ac8 View commit details
    Browse the repository at this point in the history