I have stuck on getting the following error.
error: unable to find c52abdb1a42b8ed7b026d87e4a5881a396d96fc7 fatal: object c52abdb1a42b8ed7b026d87e4a5881a396d96fc7 not found It have occur by pushing from my local repository with
git push origin master and the error were prompted on the remote repository after pulling with
git pull How such errors are resolved?
Note: Both local and remote repos. are on Linux.
Cheers!
git push origin master?