Difference between revisions of "Git clone"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 5: Line 5:
  
 
  [[GIT_TRACE]]=1 [[GIT_CURL_VERBOSE]]=1 git clone --verbose https://github.com/zabbix/zabbix-docker.git
 
  [[GIT_TRACE]]=1 [[GIT_CURL_VERBOSE]]=1 git clone --verbose https://github.com/zabbix/zabbix-docker.git
 +
 +
 +
 +
 +
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: protocol error: bad pack header
 +
Solution: review memory usage on git server
  
 
== Related commands ==
 
== Related commands ==

Revision as of 12:58, 29 July 2020

This article is a Draft. Help us to complete it.
git clone -vv https://github.com/zabbix/zabbix-docker.git
Cloning into 'zabbix-docker'...
GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone --verbose https://github.com/zabbix/zabbix-docker.git



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: protocol error: bad pack header
Solution: review memory usage on git server

Related commands

See also

Advertising: