You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to reproduce the bug on a test machine I got my hands on. It's possible to unhang the process by killing one of the fsmonitor daemon processes started by git.
Describe the bug
Many of the yadm commands misbehave when
core.fsmonitor=true
is set for Git.yadm status
hangs indefinitely, it sometimes shows the output correctly after pressing^C
.yadm log
shows the result after pressing^C
.yadm pull
does not work at allTo reproduce
Can this be reproduced with the yadm/testbed docker image: No
I reproduced this issue with two different Macbooks (one running Apple Silicon and one running Intel). The issue does not exist on my Linux machines.
Step to reproduce
git config --global core.fsmonitor true
Please tell me how to investigate this issue further.
Expected behavior
yadm should function even if
core.fsmonitor
is set to true.Environment
The text was updated successfully, but these errors were encountered: