Skip to main content

183 Search results for "clone"

Get started / Getting started with Git /

Set up Git

information, see gh auth login. Connecting over HTTPS (recommended) If you clone with HTTPS, you can cache your GitHub credentials in Git using a credential

Account and profile / Personal accounts / Manage personal account /

Managing multiple accounts

access and update data in repositories on GitHub.com. The protocol you use to clone a repository determines which credentials your workstation will use to authenticate

Authentication / Troubleshooting SSH /

Using SSH over the HTTPS port

HTTPS cloning with credential caching is not an option, you can attempt to clone using an SSH connection made over the HTTPS port. Most firewall rules should

Site policy / Other Site Policies /

GitHub Account Recovery Policy

user account, you may clone or fork any content that is public. If you have lost access to an organization account, you may clone or fork any content that

Building communities / Using wikis /

Adding or editing wiki pages

provides an easy way to clone its contents down to your computer. Once you've created an initial page on GitHub, you can clone the repository to your computer

Get started / Using Git /

Splitting a subfolder out into a new repository

instructions, otherwise git filter-repo will not work. If you create a new clone of the repository, you won't lose any of your Git history or changes when

Pull requests / Commit changes to your project /

Troubleshooting commits

on GitHub but not in my local clone Sometimes a commit will be viewable on GitHub, but will not exist in your local clone of the repository. Why are my

Migrations / Import source code / Command line /

Importing a Subversion repository

standard format, with “trunk”, “branches”, and “tags” folders, run git svn clone -s URL PATH/TO/DESTINATION --authors-file PATH/TO/AUTHORS.TXT, replacing

GitHub Desktop / Install & authenticate /

Authenticating to GitHub in GitHub Desktop

you do not have permission to access the repository that you are trying to clone. To troubleshoot, contact the person in your organization who administers

Get started / Using Git /

Pushing commits to a remote repository

already know that you can "fork" repositories on GitHub. When you clone a repository you own, you provide it with a remote URL that tells Git where