GitHub用Lfs上传大文件

1、下载LFS

从官网Git Large File Storage | Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.https://git-lfs.github.com/上下载插件,将其安装在给git的安装文件目录Git\bin\Git LFS

2、上传步骤

git init #创建本地仓库
git lfs install #安装大文件
git lfs track * #追踪要上传的大文件
git add .gitattributes #添加先上传的属性文件()
git commit -m "pre"  #上传说明
git remote add origin github链接 #建立本地和GIthub仓库的链接
git push ssh链接 #上传属性文件
git add * #添加要上传的大文件
git commit =m "LFS" #上传说明
git push ssh链接 #上传大文件

3、git push报错fatal: Out of memory, malloc failed (tried to allocate 8412999234343745 bytes)

$ git config --global  http.postbuffer 1240*1240*1000(结果)

4、绑定SSH 链接(39条消息) 教你如何在github上提交代码(Window10示例,内含2021年github提交机制的更新变动)_YY-nb的博客-CSDN博客_github如何上传代码icon-default.png?t=M7J4https://blog.csdn.net/qq_46044366/article/details/120265009 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值