1.删除大文件2. 强制同步线上代码到本地 1.删除大文件git filter-branch --tree-filter 'rm -f 大文件名' HEAD 2. 强制同步线上代码到本地git pull remote matergit pull