github上传大文件类型

https://git-lfs.github.com/

1、git lfs install

2、git lfs track "*.zip"

3、git add .gitattributes

4、git add xxx.zip(xxx就是你的.zip文件名)

   如果提示Use -f if you really want to add them. 就使用:  git add -f xxx.zip

5、git commit -m "上传xxx.zip"

6、git push origin master

微信扫描下方二维码(我自己的个人微信公众号:程序员Hotel), 更多优质资源及优质文章及时获取,请大家多多支持哦!

猜你喜欢

转载自blog.csdn.net/lihua5419/article/details/100514519
今日推荐