mirror of
https://github.com/artiebits/fake-git-history.git
synced 2026-04-26 15:35:58 +03:00
[GH-ISSUE #26] Program hangs on macOs Catalina #9
Labels
No labels
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-git-history#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jac0x on GitHub (Jul 27, 2021).
Original GitHub issue: https://github.com/artiebits/fake-git-history/issues/26
Describe the bug
npx fake-git-historyhangs after making some commits.To Reproduce
Steps to reproduce the behavior:
my-historyfolder.npx fake-git-history.Expected behavior
Should make all commits and complete successfully.
Screenshots

It hangs, and on
Ctrl+Cit displays the below error message.Desktop (please complete the following information):
@artiebits commented on GitHub (Jul 28, 2021):
hi @lijac , thanks for reporting the issue, i will take a look
@VincentRoma commented on GitHub (Jul 30, 2021):
Hi,
I had the same issue on Ubuntu, I fixed it by setting:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Before running the command
Regards