error: Cannot delete branch currently checked outerror: Cannot delete current branch
You cannot delete the branch you are currently on.
error: gpg failed to sign the dataGit could not sign the commit or tag using GPG.
The GPG key is not available, expired, or the GPG program is not configured correctly. The key may not match the committer email, the GPG agent may not be running, or the passphrase prompt may be failing.
Verify your GPG key: gpg --list-secret-keys. Set the correct GPG program: git config --global gpg.program gpg2. Start the GPG agent. Export GPG_TTY=$(tty). Disable signing temporarily: git commit --no-gpg-sign.
git config --global gpg.program gpg2error: Cannot delete branch currently checked outYou cannot delete the branch you are currently on.
There is no tracking information for the current branchThe current branch is not set up to track a remote branch.
error: pack exceeds maximum allowed sizeA Git pack operation exceeded the maximum allowed size.
fatal: refname is not a valid ref nameThe branch or tag name contains invalid characters.
error: No stash entries foundThere are no stashed changes to apply or pop.
error: non-fast-forward updateThe push would rewrite history on the remote branch and is rejected.