Top "Git-clone" questions

Obtains a local copy of a remote Git repository.

Cloning a branch : Remote branch branch-99 not found in upstream origin

How can I clone a branch from git? I know it can be a silly thing to ask but I …

git github git-clone
git gui: how to clone and push?

I think I am stupid. I don't understand how Git works with the command lines so I am using Git …

git git-clone git-gui
Bower install using only https?

I am trying to set up Bower on a build server at our organization's data center, but git's port does …

git bower git-clone
Git access to private repository using HTTPS

Trying to clone a private repository I have access to using HTTPS protocol, as that is only allowed outgoing traffic. …

git git-clone
How to complete a git clone for a big project on an unstable connection?

I am trying to git clone the LibreOffice codebase, but at the moment I have an internet connection of about 300…

git git-clone
Git clone with custom SSH using GIT_SSH error

I am trying to clone a Git repo using a custom SSH command. I set the SSH command in the …

git ssh environment-variables clone git-clone
How to config SSH for gitlab?

In my experience of Github, I tought that I need to clone a repository with my user like user@gitlabhost.…

ssh git-clone
How to specify registry while doing npm install with git remote url?

I want to be able to clone a git repository using a URL as specified here <protocol>://[<…

node.js git-clone npm-install
How to clone git repository from its zip

I'm trying to clone a remote repository on github, but it is big and my connection doesn't seem to be …

git github zip git-clone
Clone a private repo of github with username and password

I have configured Account A on my system with Global configurations and I can clone all my repos from there. …

git authentication github git-clone private-repository