Sonjoy Chandra Barman
2 min readOct 6, 2020

--

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

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

#solve…

  1. 1st delete you .git file

2. git init

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

--

--

Sonjoy Chandra Barman

I am excited to continue my career as a full-stack developer and am always looking for new challenges and opportunities to grow and learn.