Top "Git-clone" questions

Obtains a local copy of a remote Git repository.

Bitbucket cannot clone repository "fatal: early EOF fatal: index-pack failed"

I am trying to clone my repository using ssh from bitbucket but whenever i clone the repository i get: Connection …

git bitbucket fatal-error git-clone
Clone a repo with submodules: override credentials

I have to automate cloning a repository and fetching it's all submodules. The urls for repository submodules are specified at .…

git git-submodules git-clone git-config
Git svn clone: How to defer fetch of revision history

I often have the case that I want to work on a SVN repository right away. But an ordinary git …

git git-svn clone git-clone
Retrospectively add --recursive to a git repo

If you git clone with --recursive, you can get all the git submodules too. If I've forgotten to add this …

git version-control git-submodules git-clone
Cloning a repository without making it the origin remote

I'm cloning a git repository from a computer that's going to be wiped. Is it possible to clone a repository …

git git-clone
Clone repository into GitHub

I have been using git locally for while a now and have a private repository with complete change history etc. …

git github git-clone
How to update a git shallow clone?

Background (for tl;dr, see #questions below) I have multiple git repository shallow clones. I'm using shallow clones because it's …

git git-clone
Git Clone Fails: Server Certificate Verification Failed

I've been unable to git clone just about any github repo because of this error fatal: unable to access 'github_…

linux git ssh git-clone ca
git clone gets hung and gets timedout

I use Bitbucket(git) server and currently the git clone is randomly getting hung. The same repo sometimes gets cloned …

git jenkins git-clone bitbucket-server
Cloning git repository from svn repository, results in file-less, remote-branch-less git repo

Working SVN repo I'm starting a git repo to interact with a svn repo. The svn repository is set and …

git repository git-svn git-clone