Top "Git-clone" questions

Obtains a local copy of a remote Git repository.

"Authentication not supported": jgit error when trying to clone tfs hosted git repo

When I try to clone a tfs hosted git repo http://tfstta.com:8080/tfs/DefaultCollection/_git/SampleTFSGit from my linux …

authentication tfs-2015 git-clone http-status-code-401
Why do some repository URLs end in .git while others don't?

When I clone a repository, is there any difference between these two URLs? Without .git extension: git clone http://foo/…

git url github git-clone
error: git checkout-index: unable to create file

What I am trying to do is a git clone on windows, but the parent repository exists in a unix …

git git-clone git-checkout
Clone just the stable and one other branch in git?

I'm just getting started with git and I have a question. My app has 10 other developers working on it, each …

git git-clone
Git cloning a repository that is already a clone

Are there any ill side-effects to do a git clone of a repository that is already clone of another remote …

git git-clone
fatal: Unable to find remote helper for 'https'

I tried to install brew on my mac (High Sierra) I always have this error: fatal: Unable to find remote …

git github homebrew git-clone macos-high-sierra
Git clone leads to deleted & untracked files

I am new to Git. I just installed Git (2.9.3) for Windows (10), then I opened git-bash and did a git clone &…

git git-clone
How to speed up / parallelize downloads of git submodules using git clone --recursive?

Cloning git repositories that have a lot submodules takes a really long time. In the following example are ~100 submodules git …

git performance download git-submodules git-clone
How to git clone from *local bare* repository

Say I have a bare repository on my local machine at ./new-bare.git. What is the correct way to clone …

git git-clone git-bare