git上传大文件报错问题

这是你的正文内容

你可以在这里开始用 Markdown 语法撰写文章内容。

链接示例

加粗文字示例

下面这个命令好用,可以彻底从所有提交历史中移除大文件

git filter-branch –force –index-filter ‘git rm –cached –ignore-unmatch .terraform/providers/registry.terraform.io/aliyun/alicloud/1.200.0/linux_amd64/terraform-provider-alicloud_v1.200.0’ –prune-empty –tag-name-filter cat – –all

下面这个命令不好用:

git filter-repo –path .terraform/ –invert-paths