当前位置:   article > 正文

git如何上传大文件,突破大小限制

git上传超过10w

Github中单个文件的大小限制是100MB,为了能突破这个限制,我们需要使用Git Large File Storage这个工具,

git lfs install

git lfs track "*.exe" /* .exe 可以替换成你要上传的后缀名 如.pdf格式的*/

git add .gitattributes

git commit -m "Updated the attributes"

git push origin master

git add my_large_file.exe  /* 上传你打算要上传的大文件*/

git lfs ls-files

git commit -m "Add the large file"

git push origin master

 

转载于:https://www.cnblogs.com/qjuly/p/9314598.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/163180?site
推荐阅读
相关标签
  

闽ICP备14008679号