-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Hello, @petersalomonsen,
First of all, I’m really impressed by the wasm-git library, good job!
I recently encountered an issue while working with the library, and I’m not sure how to handle it. It occurs during the removal of branches. When calling:
lg.callAndCaptureOutput(['branch', '-d', BRANCH_NAME]);
await syncFS();
lg.callAndCaptureOutput(['push', ':refs/heads/BRANCH_NAME']);
await syncFS();I receive the following error from time to time:
Error branch move [-1] - could not remove directory '/[REPO]/.git/refs/heads/[BRANCH_NAME]': still present.
Retrying the operation often helps but not always.
Have you encountered maybe such an error?
Metadata
Metadata
Assignees
Labels
No labels