Post
Topic
Board Development & Technical Discussion
Re: Error: Bad Index File Sha1 signature when trying to upload to github
by
ripplexn8
on 09/04/2018, 17:07:15 UTC
First do
Code:
rm -f .git/index
git reset


If that doesn't work then Check if you have other .git folders in subdirectories and delete them then do a
Code:
git reset

Thanks that worked!

Now I'm getting this error any idea how to fix it?