GitHub Note3:GitHub上传大于25M

GitHub Note3:GitHub上传大于25M

挂载文件—Tag

notion image
 

第二种

Git LFS 可以通过Git Large File Storage下载。
CMD下输入
git lfs install
notion image

一般命令

  • git lfs install开启LFS功能
  • git lfs trackl文件追踪,一般后面"文件名.后缀"
  • git lfs clone复制代码

上传

  • 正常上传即可
git lfs install git add . git status git commit -m "提交MP4" git push origin main git push origin main(如果提交不了,后面可以加一个-f)

报错message

  • WARNING: Authentication error: Authentication required: LFS only supported repository in paid enterprise.
解决办法
git config lfs.https://gitee.com/{your_gitee}/{your_repo}.git/info/lfs.locksverify false
git config lfs.https://gitee.com/{Brill}/{niuniu}.git/info/lfs.locksverify false