LINUX.ORG.RU

История изменений

Исправление LamerOk, (текущая версия) :

Докачки паков не будет.

Пробуй:

git config --global core.compression 0
git config --global https.postBuffer 524288000
git clone  <your_git_http_url_here> --depth 1
git fetch --unshallow 
git pull --all

На счёт postBuffer’а не уверен, но хуже не будет.

Можно буфер для приёма задать, но тоже не должно влиять:

git config --global http.maxRequestBuffer 100M

Исправление LamerOk, :

Докачки паков не будет.

Пробуй:

git config --global core.compression 0
git config --global https.postBuffer 524288000
git clone  <your_git_http_url_here> --depth 1
git fetch --unshallow 
git pull --all

На счёт postBuffer’а не уверен, но хуже не будет.

Исходная версия LamerOk, :

Докачки паков не будет.

Пробуй:

git config --global core.compression 0
git config --global https.postBuffer 524288000
git clone  <your_git_http_url_here> --depth 1
git fetch --unshallow 
git pull --all