Git LFS refused to track my large files properly, until I did the following

后端 未结 3 863
时光说笑
时光说笑 2020-12-28 09:01

Problem

I had troubles trying to use git LFS, despite the many suggestions here on SO, on Git and GitHub\'s documentation, and on some Gists I\'d run across.

3条回答
  •  鱼传尺愫
    2020-12-28 09:18

    To put files on an existing repo on lfs you can also do:

    git lfs migrate import --include="*.mp3,*.pth"
    

提交回复
热议问题