2016-09-25 1 views

답변

1

나는 당신이 제안한 것을 시도했다. Git LFS를 사용하여 .csv 파일을 저장하는 저장소를 만들었습니다. 나는 GitHub에 repo를 밀었다. 그런 다음, 힘내 LFS가 설치되어 있지 않은 시스템에, 나는 REPO를 복제하려고하고 "자식 LFS"명령을 찾을 수 없습니다 없다는 오류 접수 :

λ git clone https://github.com/myusername/git_lfs_tests.git 
Cloning into 'git_lfs_tests'... 
remote: Counting objects: 11, done. 
remote: Compressing objects: 100% (9/9), done. 
remote: Total 11 (delta 2), reused 10 (delta 1), pack-reused 0 
Unpacking objects: 100% (11/11), done. 
git-lfs filter-process: git-lfs: command not found 
fatal: The remote end hung up unexpectedly 
warning: Clone succeeded, but checkout failed. 
You can inspect what was checked out with 'git status' 
and retry the checkout with 'git checkout -f HEAD' 

나는 힘내 LFS가 설치되면, 그것을 잘 작동했습니다. 그래서 repo를 복제하려면 시스템에 git lfs가 필요합니다.

관련 문제