GitHub Problem : How to Resolve “error: bad signature 0x00000000” fatal: index file corrupt

//git add .
error: bad signature 0x00000000
fatal: index file corrupt

#solve…
- 1st delete you .git file

2. git init

- git add .

3. git commit -m”admin component added”

4. git remote add origin https://github.com/sonjoybarmon/volunteer-network.git

5. git push -u origin master -f
