BoatAttack icon indicating copy to clipboard operation
BoatAttack copied to clipboard

Error when opening.

Open HamielW opened this issue 5 years ago • 3 comments

I get the following error whenever I try to open the project. It's obviously an issue on my end, but I don't know where else to look in order to resolve it. I tried looking elsewhere, but honestly I have no clue. I have git and github installed. image

HamielW avatar Jan 23 '20 00:01 HamielW

Had the same error on mine. Needed to install Git LFS (https://git-lfs.github.com). Once that was done I needed to open a command window.

Not sure if this step is necessary but I ran the git-lfs.exe from the command line. C:\Program Files\Git LFS>git-lfs.exe

Go to the folder that the BoatAttack repo was saved to, then type: git lfs install. This should setup the repo for large file storage.

Siphonn avatar Jan 23 '20 22:01 Siphonn

Had the same error on mine. Needed to install Git LFS (https://git-lfs.github.com). Once that was done I needed to open a command window.

Not sure if this step is necessary but I ran the git-lfs.exe from the command line. C:\Program Files\Git LFS>git-lfs.exe

Go to the folder that the BoatAttack repo was saved to, then type: git lfs install. This should setup the repo for large file storage.

Error: Failed to call git rev-parse --git-dir: exit status 128 Git LFS initialized.

ImanCol avatar Jan 27 '20 01:01 ImanCol

Had the same error on mine. Needed to install Git LFS (https://git-lfs.github.com). Once that was done I needed to open a command window.

Not sure if this step is necessary but I ran the git-lfs.exe from the command line. C:\Program Files\Git LFS>git-lfs.exe

Go to the folder that the BoatAttack repo was saved to, then type: git lfs install. This should setup the repo for large file storage.

Error: Failed to call git rev-parse --git-dir: exit status 128 Git LFS initialized.

I had the same issue until I installed Git for Windows (https://gitforwindows.org/) made that the Git for Windows installer had added git.exe to the Windows PATH Environment Variable and restarted my computer. I also had installed GitDesktop and Git LFS and clicked initialize LFS for this repo when GitDesktop suggested it.

DavidT76 avatar Feb 13 '20 23:02 DavidT76