[GH-ISSUE #26] Program hangs on macOs Catalina #9

Closed
opened 2026-03-02 02:52:59 +03:00 by kerem · 2 comments
Owner

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-history hangs after making some commits.

To Reproduce
Steps to reproduce the behavior:

  1. Open Zsh and locate to any directory which will have faked my-history folder.
  2. Run npx fake-git-history.

Expected behavior
Should make all commits and complete successfully.

Screenshots
It hangs, and on Ctrl+C it displays the below error message.
image

Desktop (please complete the following information):

  • OS: macOs Catalina 10.15.2
  • Terminal: iTerm2 3.3.12 with zsh
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-history` hangs after making some commits. **To Reproduce** Steps to reproduce the behavior: 1. Open Zsh and locate to any directory which will have faked `my-history` folder. 2. Run `npx fake-git-history`. **Expected behavior** Should make all commits and complete successfully. **Screenshots** It hangs, and on `Ctrl+C` it displays the below error message. ![image](https://user-images.githubusercontent.com/39693487/127083440-9e4c6d20-82fe-4663-8c70-8164184cb2aa.png) **Desktop (please complete the following information):** - OS: macOs Catalina 10.15.2 - Terminal: iTerm2 3.3.12 with zsh
kerem closed this issue 2026-03-02 02:52:59 +03:00
Author
Owner

@artiebits commented on GitHub (Jul 28, 2021):

hi @lijac , thanks for reporting the issue, i will take a look

<!-- gh-comment-id:888152606 --> @artiebits commented on GitHub (Jul 28, 2021): hi @lijac , thanks for reporting the issue, i will take a look
Author
Owner

@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

<!-- gh-comment-id:889944477 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-git-history#9
No description provided.