-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Bug] Occasional "handle is invalid" error when tagging commits #2391
Comments
Please contact me by email ([email protected]). |
I have the same error, the file is indeed deleted when we try to create a tag. |
I can't reproduce the problem myself. So I need someone to contact me, otherwise I won't be able to fix this. |
For me, it was solved after reinstalling the program. |
@laomao800 no, it wasn't. |
Same issue. If it still not reproduced, I can contact by email |
Just to say I encountered this same error today when trying to add a tag. However I closed and restarted Fork and then it allowed me to tag without error. Fork v2.3.1.0 running on Windows 10 |
Folder Looks like magic |
Same problem, restarting fork solved the issue today |
I've reproduced it. |
@KENNYSOFT can you contact me by email ([email protected]) so we can confirm if the problem is fixed? |
I've noticed a dialog with this message pop up sometimes, when tagging commits:
run 'C:\Users\ravindUwU\scoop\apps\git\current\bin\git.exe tag --annotate tagMessage c5ac73 -F C:\Users\ravindUwU\AppData\Local\Temp\Fork\fork-tagMessage.txt': The handle is invalid. (os error 6)
.Checking the folder
%LOCALAPPDATA%\Temp\Fork
afterward, I noticed that the referenced file%LOCALAPPDATA%\Temp\Fork\fork-tagMessage.txt
doesn't exist (although I guess it's possible that it was quickly created and deleted by Fork 🤷).Retrying after restarting Fork usually helps, but not always 🤷. Fork
2.3.1.0
running on Windows 11 Enterprise 23H222631.4460
.The text was updated successfully, but these errors were encountered: