There is no tracking information for the current branchThere is no tracking information for the current branch
The current branch is not set up to track a remote branch.
error: object file is emptyA Git object file is corrupted and contains no data.
A Git object file in .git/objects was corrupted, typically due to disk failure, power loss during a write operation, or filesystem errors. The repository's internal database is damaged.
Run git fsck to identify corrupt objects. Try git reflog for recent states. If you have a remote, re-clone the repository. For recovery: remove corrupt objects from .git/objects and git fetch to restore them.
There is no tracking information for the current branchThe current branch is not set up to track a remote branch.
fatal: unable to access: Could not resolve hostDNS resolution failed for the Git remote host.
No local changes to saveGit stash found no modified tracked files to stash.
Permission denied (publickey)SSH authentication failed because the server did not accept your public key.
error: pack exceeds maximum allowed sizeA Git pack operation exceeded the maximum allowed size.
fatal: not a git repositoryThe current directory is not inside a Git repository.