Git 错误错误
remote: error: File is too largeremote: error: File is too large
某个文件超过了远程托管服务允许的最大文件大小。
gitlinuxwindowsmacos
查看详情 fatal: refname is not a valid ref name分支或标签名称包含无效字符。
Git 分支/标签名称有限制:不允许空格、'..' 序列、以 '.' 开头的名称、控制字符,以及 '~'、'^'、':'、'?'、'*'、'[' 字符,也不允许以 '.lock' 结尾。
分支名称仅使用字母数字字符、连字符、下划线和正斜杠。用连字符替换空格。遵循如 feature/description 或 fix/issue-number 的命名规范。
remote: error: File is too large某个文件超过了远程托管服务允许的最大文件大小。
fatal: not a git repository当前目录不在任何 Git 仓库内。
error: pack exceeds maximum allowed sizeGit pack 操作超出了服务器允许的最大大小。
error: LFS object not found无法从 LFS 服务器下载 Git LFS 跟踪的文件。
error: cannot rebase: You have unstaged changesGit 拒绝执行变基,因为工作目录中存在未提交的更改。
fatal: ambiguous argumentGit 无法判断该参数指的是版本引用、路径还是其他内容。