BoatAttack
BoatAttack copied to clipboard
Error when opening.
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.

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.
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.
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.