Git已push超过100mb文件的解决方案

1.git log

通过git log 找到超过100MB大文件 的commit id。

2.git reset --soft (刚刚的commit id)

3.git pull合并一下版本

4.git rm -f 大文件路径

5.进行git add,git commit,git push等操作

发布了8 篇原创文章 · 获赞 4 · 访问量 1491

猜你喜欢

转载自blog.csdn.net/qq_36229876/article/details/104046583
今日推荐