美文网首页
码云git push提示error: failed to pus

码云git push提示error: failed to pus

作者: wdaowy | 来源:发表于2019-07-17 17:33 被阅读0次

用vscode想推送代码,结果报错,提示如下

在百度上搜索良久,受启发可能是有文件太大导致

用以下语句解决下

git filter-branch -f --index-filter"git rm -rf --cached --ignore-unmatch xxx.rar"-- --all

然后再push

成功

仅此记录下

相关文章

网友评论

      本文标题:码云git push提示error: failed to pus

      本文链接:https://www.haomeiwen.com/subject/pzsclctx.html