KevinFire2030 / Fire2025

0 stars 0 forks source link

깃헙 대용량 업로드 #18

Open KevinFire2030 opened 1 year ago

KevinFire2030 commented 1 year ago

image

KevinFire2030 commented 1 year ago
07:36:21.259: [23W23] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- ch17/17.4.py ch17/17.3.py ch17/17.2.py ch17/17.1-2.py ch17/stock.db ch17/17.1.py
07:36:22.786: [23W23] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false add --ignore-errors -A -f -- book/ch17/17.4.py book/ch17/17.3.py book/ch17/17.2.py book/ch17/17.1.py book/ch17/17.1-2.py book/ch18/stock.db book/ch17/kospi.db book/ch17/stock.db
Could not determine bareness: strconv.ParseBool: parsing "": invalid syntax
fatal: the remote end hung up unexpectedly
KevinFire2030 commented 1 year ago

https://ellun.tistory.com/280

Git Large File Storage 설치를 완료하면 다시 PyCharm으로 돌아와서 하단에 Terminal 탭을 누르고,

위와 같은 터미널 창에서 아래와 같이 명령어 두 개를 입력합니다. (위의 화면 참고)

> git lfs install 입력 후 엔터

> git lfs track "*.확장자명" 입력 후 엔터

   (100MB가 넘는 파일이 csv라면 확장자명 자리에 'csv'를, exe라면 'exe'를 입력하는 식입니다.) 

이렇게 하면 앞으로 해당 확장자는 용량 제한 없이 GitHub에 올릴 수 있게 됩니다.