Extras icon indicating copy to clipboard operation
Extras copied to clipboard

Fork fails to find git

Open BasixKOR opened this issue 6 years ago • 3 comments

Git Error 2020-02-23 오후 8_43_09

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.

BasixKOR avatar Feb 23 '20 11:02 BasixKOR

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

r15ch13 avatar Feb 23 '20 17:02 r15ch13

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.

stale[bot] avatar Oct 27 '21 22:10 stale[bot]

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.

vladik-philips avatar Feb 19 '24 10:02 vladik-philips