320x100
# git clone https://gitlab.collabora.com/test/kernel.git
Cloning into 'kernel'...
remote: Enumerating objects: 9490543, done.
remote: Counting objects: 100% (293287/293287), done.
remote: Compressing objects: 100% (69346/69346), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 4857 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
git 으로 다운 받는데 위와 같이 에러가 발생 한다면 데이터 파일이 많아서 그럴수가 있다.
# git clone https://gitlab.collabora.com/test/kernel.git --depth 1
뒤에 --depth 1 옵션을 주고 하면
정상적으로 다운을 받을수 있다.
728x90
320x100
'Windows' 카테고리의 다른 글
윈도우11(windows 11) network 연결 없이 설치하기 (0) | 2023.08.04 |
---|---|
comodo ssl 갱신하기 (0) | 2023.07.26 |
SMB1 프로토콜이 필요합니다. (0) | 2023.07.17 |
오류: 데이터 연결을 수립하지 못함: ETIMEDOUT - 연결 시간 초과 (0) | 2023.07.15 |
구글 원격 데스크톱 마우스 우클릭 방법 (0) | 2023.06.26 |