So I have a newly created repo and I attempted to commit my newly created code but I got an error. So I ran 'git fsck' on my repo and I got this error.
broken link from tree 9da8f3ce1355d9bdf03734d42ab15e50e5cf6361
to tree 64a40fc17140c1ce37720675d327d59aa9105ef1
missing tree 64a40fc17140c1ce37720675d327d59aa9105ef1
I am new to git, so I was wondering what can I do to fix this error?
Thanks!
I looked at : Git Missing Commit error and I didn't understand it.