remote: error: File is too largeremote: error: File is too large
A file exceeds the maximum file size allowed by the remote hosting service.
fatal: refname is not a valid ref nameThe branch or tag name contains invalid characters.
Git branch/tag names have restrictions: no spaces, no '..' sequences, no names starting with '.', no control characters, no '~', '^', ':', '?', '*', '[' characters, and no trailing '.lock'.
Use only alphanumeric characters, hyphens, underscores, and forward slashes in branch names. Replace spaces with hyphens. Follow a naming convention like feature/description or fix/issue-number.
remote: error: File is too largeA file exceeds the maximum file size allowed by the remote hosting service.
fatal: not a git repositoryThe current directory is not inside a Git repository.
error: pack exceeds maximum allowed sizeA Git pack operation exceeded the maximum allowed size.
error: LFS object not foundA Git LFS tracked file could not be downloaded from the LFS server.
error: cannot rebase: You have unstaged changesGit refuses to rebase because there are uncommitted changes in the working directory.
fatal: ambiguous argumentGit cannot determine if the argument refers to a revision, path, or something else.