Category "git-clone"

How to update a Github cloned repository?

I have created a repository on Github, and the cloned from my local machine and also push some code. I cloned that repository from a virtual online machine with

How to transfer GitHub classroom private repo to my GitHub repo?

I have an assignment project which was created by GitHub Classroom and is also private. So how to transfer my project to my personal account with all existing c

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 helper for 'https' I tried to clone brew manually b

I cut/pasted a folder into a local repository mid-clone - the clone failed and the folder disappeared. Is the folder I pasted gone forever?

I wanted to put my local code into a GitHub repository. I created a repo on GitHub and tried cloning with HTTPS. The clone was taking a moment but the folder wa

git-svn clone: unable to connect to a repository

Environment information ~$ git --version git version 2.11.0 ~$ git svn --version git-svn version 2.11.0 (svn 1.9.5) ~$ svn --version svn, version 1.9.5 (r17706

Cloning subtree/subdirectory of git repo

I have a git repo on Github, looks like so: .git/ assets/ tools/ a.sh b.sh c.sh of course the .git folder is not in version control, but you ge

error: cannot run ssh: No such file or directory when trying to clone on windows

I am trying to clone a remote repository on Windows, but when I did this: git clone [email protected]:organization/xxx.git I got this error: error: cannot run ssh

What exactly is a "grafted" commit in a shallow clone?

When doing a shallow clone in git (using the --depth option), the root commit is marked as grafted. Googling didn't lead to any satisfacting documentation.

How to git clone with username and password in gitlab?

I am using gitlab . I want to write a .bat file which contains all the steps so that I can automate all the process , which are as follows: open cmd.exe /k git

new_git_repository shallow_since field format

I've a new_git_repository containing: new_git_repository( name = "hyperscan", build_file = "//external-deps/hyperscan:BUILD", commit = "[COMMIT_HAS

How to clone git repository with specific revision/changeset?

How can I clone git repository with specific revision, something like I usually do in Mercurial: hg clone -r 3 /path/to/repository

How can I 'git clone' from another machine?

On one machine (IP address 192.168.1.2), I create a Git repository by $ cd /home/hap/working $ git init $ (add some files) $ git add . $ git commit -m 'Initial