github에서 파일 다운로드를 받았는데
그냥 txt file에 git lfs 주소만 적혀있길래 이게 뭔가... 했더니
github에는 대용량 파일을 못올려서 그런거라고 한다..
https://github.com/godotengine/tps-demo/issues/36
git lfs fetch - Not in a git repository · Issue #36 · godotengine/tps-demo
Hi. I just want to clone this project into a Windows10 machine, using the git in command-line and I get the following error message: λ git lfs fetch Not in a git repository. I have no clue haw to f...
github.com
처음에 아무것도 모르고 그냥
git clone 후에 바로 git lfs pull을 하면
git clone https://github.com/
git lfs pull or git lfs fetch --all
Not in a git repository.
이렇게 된다. .
directory를 바꾼 상태에서 해야 다운로드가 된다
git clone https://github.com/example/ex
cd ex
git lfs install
git lfs fetch
git checkout master
했더니 멀쩡히 잘 다운로드됨
코드에 대한 이해는 없으나 일단 해결은 됐으니..
그걸로 끝!!^^
'잡다한 코딩이야기' 카테고리의 다른 글
[jupyter notebook] 원격 서버(리눅스)에서 실행한 주피터 노트북을 로컬 컴퓨터(윈도우)에서 열기 (0) | 2024.09.09 |
---|---|
[PyTorch] inplace operation error 해결 (0) | 2023.01.20 |
[Docker] cuda tensorflow GPU 세팅 (0) | 2022.11.28 |
virtual box<->window 복사-붙여넣기가 갑자기 안될 때 (0) | 2022.09.08 |