0
Làm thế nào để git clone được project dung lượng lớn ?
- remote: Enumerating objects: 26, done.
- remote: Counting objects: 100% (26/26), done.
- remote: Compressing objects: 100% (26/26), done.
- error: 142 bytes of body are still expectediB | 1.14 MiB/s
- fetch-pack: unexpected disconnect while reading sideband packet
- fatal: early EOF
- fatal: fetch-pack: invalid index-pack output
Ai giúp e với ạ?
Thêm một bình luận
3 CÂU TRẢ LỜI
+1
thử kiểm tra kết nối mạng, chuyển qua giao thức ssh hoặc sử dụng git clone --depth=1 <git_repository>
+1
Trong trường hợp git repo của bạn có dung lượng lớn, thì bạn có thể thử một trong các cách sau để có thể git clone được repo.
- Sử dụng git lfs Ref: https://git-lfs.com/
- Sử dụng option -- depth git clone --depth 1 <repository_url>
- Sử dụng ssh thay vì https