Author

Topic: Error: Bad Index File Sha1 signature when trying to upload to github (Read 143 times)

member
Activity: 74
Merit: 10
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?

sr. member
Activity: 322
Merit: 363
39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD
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
member
Activity: 74
Merit: 10
Hey guys so I am trying to upload my coin to Github

I'm using Ubuntu to do this.

When I type in git add * into the console I get this error message:


Any help would be greatly appreciated
Jump to: