Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
34314118
Topic
3284986
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
Quote from: Xynerise on April 09, 2018, 07:09:50 AM
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?