Fork fails to find git

Cannot find git instance at: '%LocalAppData%\Fork\gitInstance\2.24.1\bin\git.exe'
It seems like it's using own copy of Git for fallback.
Try scoop install git and then scoop reset fork.
After that, you should have the environment variables %FORKGITINSTANCE% and %GIT_INSTALL_ROOT% and both should contain ~\scoop\apps\git\current
Write-Output $env:GIT_INSTALL_ROOT
Write-Output $env:FORKGITINSTANCE
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have same issue, but I took a version of fork that been on my computer. to resolve: I Downloaded the new version of Fork from the web, and it installed without any problem.