git this exceeds GitHub's file size limit of 100.00 MB
rootfs/hdc-0.11.img为提示过大的文件
在网上找的命令如下
git filter-branch -f --index-filter "git rm -rf --cached --ignore-unmatch rootfs/hdc-0.11.img" -- --all、
执行完成后继续push即可
rootfs/hdc-0.11.img为提示过大的文件
在网上找的命令如下
git filter-branch -f --index-filter "git rm -rf --cached --ignore-unmatch rootfs/hdc-0.11.img" -- --all、
执行完成后继续push即可