sudo apt install git-lfs -y

# https://docs.github.com/en/repositories/working-with-files/managing-large-files
 

git lfs track "xx.zip"

git add "xx.zip"
git add "./gitattributes"
git commit -m "add xx.zip" git pull git push

  

 

https://blog.csdn.net/jjjjjj123321/article/details/84890893

相关文章:

  • 2021-10-12
  • 2021-07-25
  • 2021-09-29
  • 2022-01-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-09-27
  • 2021-10-08
相关资源
相似解决方案