Code/Python 5

git] error: remote unpack failed: index-pack failed

https://pakss328.medium.com/git-early-eof-index-pack-failed-%EC%97%90%EB%9F%AC-%EC%B2%98%EB%A6%AC-1d9d0357124b git early EOF, index-pack failed 에러 처리 git을 오랜기간 사용하고, 파일도 방대해지게 되면, 프로젝트 clone시 아래와 같은 에러메시지를 마주 할 경우가 생긴다. pakss328.medium.com 해당 링크의 기타 부분으로 해결 git config --global core.compression 0 git clone --depth 1 [repo_url] git fetch --depth=2147483647 git pull --all git config --global http.p..

Code/Python 2023.07.09

git-hub 100MB 이상 파일 업로드 ( MAC )

https://velog.io/@blessoms2017/Git-Git-Large-File-Storage [Git] Mac OS에서 Git Large File Storage(Git-LFS) 설치하기 서론 깃 설치하다가 난생 처음보는 오류를 겪었다 ㄷㄷ 아 진자 수트레스 내가 겪었던 오류는 다음과 같다 나는 잘못이 없다. 다만 git과 vscode를 remote하고 commit 한 과정을 push했을 때 다음과 같은 velog.io https://git-lfs.com/ Git Large File Storage Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with tex..

Code/Python 2023.07.09

m1 tensorflow-gpu

https://suwani.tistory.com/14 [Tensorflow] M1에서 Tensorflow GPU 사용하기 (Monterey) M1에서 드디어 GPU 가속을 공식적으로 지원한다.. 다만 최신 macos인 Monterey로 설치해야 한다. 여기에서 확인할 수 있다. 들어가면 설치법도 나와있으니 거기를 확인하는 게 더 좋을 수 있다. 지금 suwani.tistory.com 위 글의 일부를 수정 해봅니다 2. install miniforge https://docs.conda.io/en/latest/miniconda.html#macos-installers Miniconda — Conda documentation Miniconda is a free minimal installer for conda...

Code/Python 2022.04.28
320x100