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

Git initialization error #202

Closed
knight-bubble opened this issue Jul 7, 2017 · 1 comment · Fixed by #207
Closed

Git initialization error #202

knight-bubble opened this issue Jul 7, 2017 · 1 comment · Fixed by #207

Comments

@knight-bubble
Copy link
Contributor

There is a strange issue during initialization of git repo. The only output in the command line is:

✔ Done!

Error: Exited with status 128

I've investigated a bit, and it appears that this line of code is cause of the issue.

await spawn('git', ['commit', '--author', gitUser, '-m', 'initial commit from Preact CLI'], { cwd });
@knight-bubble
Copy link
Contributor Author

It looks like the issue is caused by missed email in the global config of git.

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

Successfully merging a pull request may close this issue.

1 participant