error: No stash entries founderror: No stash entries found
There are no stashed changes to apply or pop.
error: unable to find objectA Git object referenced in the repository could not be found.
The repository references an object (commit, tree, blob) that is missing from .git/objects. This can happen after aggressive garbage collection, disk errors, or interrupted operations.
Run git fsck --full to identify all missing objects. Fetch from remote to restore: git fetch origin. If the remote is available, the simplest fix is to re-clone the repository.
git fsck --fullerror: No stash entries foundThere are no stashed changes to apply or pop.
fatal: ambiguous argumentGit cannot determine if the argument refers to a revision, path, or something else.
CONFLICT (content): Merge conflictGit could not automatically merge changes because the same lines were modified in both branches.
error: LFS object not foundA Git LFS tracked file could not be downloaded from the LFS server.
fatal: 'origin' does not appear to be a git repositoryGit could not connect to the specified remote repository.
There is no tracking information for the current branchThe current branch is not set up to track a remote branch.