📌  相关文章
📜  远程:错误:GH001:检测到大文件.您可能想尝试 Git 大文件存储 - https:git-lfs.github.com. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:51.049000             🧑  作者: Mango

代码示例1
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch '

or if you have a large file you want to delete use 

git stash 
git stash apply