반응형 Git2 [git clone Error] remote: aborting due to possible repository corruption on the remote side. 개별 파일의 용량이 큰 원격 저장소에서 git clone을 하려하면 다음과 같이 에러가 뜨며 실패한다. error: pack-objects died of signal 9 error: git upload-pack: git-pack-objects died with error. fatal: git upload-pack: aborting due to possible repository corruption on the remote side. remote: aborting due to possible repository corruption on the remote side. fatal: early EOF fatal: fetch-pack: invalid index-pack output 서버에서 파일 전송하기 전에 압.. 2023. 8. 15. Git이 뭘까? 1. Version ControlGit이란 Version Control System(이하 VCS)의 일종이다. VCS는 '로컬 - 중앙 집중식 - 분산' 순으로 발전했다.개인 작업 시에 버전 컨트롤은 가능하지만 협업 편의성은 현저히 낮다.서버를 통해 버전을 관리하면서 협업이 쉽다. 하지만 서버가 다운되면 작업이 멈추고, 심하면 자료가 모두 사라지는 위험성이 존재한다.이용자와 서버 모두에 파일을 저장한다. 서버에 문제가 생겨도 로컬에서 업로드하면 되고, 서버를 통해 협업의 효율성도 높혔다.2. GitGit은 Darcs, Mercurial 등과 같이 분산 버전 관리 시스템이다. (이 중 Git이 가장 대중적이라 사용하는 듯 하다.) Git을 설치하면 사용이 가능하다. Redirecting Git for Wi.. 2023. 8. 14. 이전 1 다음