Top "Git-clone" questions

Obtains a local copy of a remote Git repository.

How to propagate Git Hooks while cloning

I've written a pre-commit hook in my central repository. When my clients clone the repository it never propagates the hooks. …

git pre-commit-hook git-clone propagation
fastlane - Error cloning certificates repo

I am having some issues with fastlane and cloning a git repo from BitBucket. I am getting following error: fatal: …

command-line-interface bitbucket git-clone fastlane fastlane-match
git - getting ALL previous version of a specific file/folder

I want to retrieve all previous version of a specific file in a git repository. I see it is possible …

git git-clone git-checkout
What is the difference between clone and mkdir->cd->init->remote-add->pull?

After setting up a repo on Github, there seems to be two ways to pull that repo into a local …

git dvcs git-clone git-pull
How do I clone a large Git repository on an unreliable connection?

I want to clone LibreOffice. From the official website, this is what's written: All our source code is hosted in …

git bash clone git-clone
Can I "disable" git-clone over http?

I'm using git to manage a tiny project. I've been performing all of my transactions (clone, push, pull, etc) through …

git http git-clone
Git clone fsync input/output error in linux

I am trying to clone the tensorflow/models repo. I am connected to the remote machine with ssh. I tried …

git git-clone fsync