Tag: git

Git Clone Fails

Git clone fails with fatal unexpected and invalid messages. The git repository is over 1GB and there is a work-a-round that made it possible to finally clone the repository successfully. Error fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output Suggestions Some sites suggested using SSH clone rather than http. That wasn’t an option….

Read More »

Install Atlassian Bitbucket on CentOS 8

Bitbucket is a web-based version control repository hosting service owned by Atlassian, for source code and development projects that use either Mercurial or Git revision control systems. This is one of several products in this arena along the likes of Gitlab and Github. This is one way to script out a quick installation on a minimal install of CentOS 8….

Read More »