Top "Git-clone" questions

Obtains a local copy of a remote Git repository.

Git Clone is too slow

This is my first time to construct the git server. When I use TortoiseGit-1.8.1.0-32bit to handle the operation, …

tortoisegit git-clone git-bash git
Get remote repository Git

I am almost newby in Git and just read Git book from the official site. I try understand difference between …

git git-clone git-remote
Why can't I push from a shallow clone?

The git clone --depth command option says --depth <depth> Create a shallow clone with a history truncated to …

git workflow git-clone
Dockerfile strategies for Git

What is the best strategy to clone a private Git repository into a Docker container using a Dockerfile? Pros/Cons? …

git docker git-clone dockerfile
Why does Heroku fail to detect Node.js buildpack?

I git cloned a Node.js application (the version specified in the package.json being 4.1.2 and that of my local …

node.js git heroku git-clone buildpack
Why Isn't There A Git Clone Specific Commit Option?

In light of a recent question on SO, I am wondering why isn't there an option in git clone such …

git git-clone
Git repository on ftp server

I have ftp server and I cannot install additional software on it. Is it possible to create on it git …

git ftp git-clone
How to make git clone faster with multiple threads?

My internet speed to github was never fast, and it's lingering at 50kb/s (my internet speed is 20mbit which …

git git-clone
pause git clone and resume later?

Is there a way to pause git clone and resume it later? I'm cloning a really big repo (around 2GB) …

git git-clone