gitee提交大文件夹

bash 复制代码
# 安装 Git LFS(如果未安装)
git lfs install

# 跟踪整个大文件夹(或特定大文件类型)
git lfs track "big_folder/**"  # 替换为你的文件夹名

# 提交并推送
git add .gitattributes big_folder/
git commit -m "add big_folder via LFS"
git push origin main

出现batch response: batch error: auth batch error: LFS only supported repository in paid or trial enterprise.错误的话

bash 复制代码
 rm .git/hooks/pre-push

再重新push

相关推荐
前端小超超2 小时前
如何配置capacitor 打包的安卓app固定竖屏展示?
android·前端·gitee
雁于飞21 小时前
vscode中使用git、githup的基操
笔记·git·vscode·学习·elasticsearch·gitee·github
至善迎风3 天前
版本管理系统与平台(权威资料核对、深入解析、行业选型与国产平台补充)
git·gitee·gitlab·github·svm
咖啡の猫3 天前
Android开发-常用布局
android·gitee
NewChapter °5 天前
如何通过 Gitee API 上传文件到指定仓库
前端·vue.js·gitee·uni-app
Irene19916 天前
使用gitee新建项目并上传或更新代码
gitee
Git效能管理组6 天前
本土化DevOps平台崛起:Gitee如何成为国内技术团队的首选解决方案
gitee·devsecops·gitee devops·gitee repo·gitee test·gitee wiki
Git效能管理组7 天前
国产化浪潮下,Gitee如何成为技术团队的项目管理新基建?
gitee·devsecops·gitee devops·gitee repo·gitee test·gitee wiki
偏执网友8 天前
idea上传本地项目代码到Gitee仓库教程
java·gitee·intellij-idea
王廷胡_白嫖帝9 天前
六、练习3:Gitee平台操作
gitee