Skip to main content

183 Search results for "clone"

Get started / Start your journey /

Uploading a project to GitHub

For more information, see "Getting started with GitHub Desktop." Clone the remote repository, so you have a copy of it on your own computer. For

Codespaces / Getting started /

Deep dive into GitHub Codespaces

A shallow clone is then made of your repository, or of the template repository if you're creating a codespace from a template. This is cloned into the /workspaces

Get started / Accessibility /

GitHub Command Palette

noted in the behavior column. Command Behavior Clone repository: <URL type> Copy the URL needed to clone the repository using GitHub CLI, HTTPS, or SSH

Apps / Creating GitHub Apps / Registering a GitHub App /

Choosing permissions for a GitHub App

access token as the HTTP password. Replace TOKEN with the access token: git clone https://x-access-token:TOKEN@github.com/owner/repo.git

Authentication / Account security /

About authentication to GitHub

determined based on whether you choose an HTTPS or SSH remote URL when you clone the repository. For more information about which way to access, see "About

Authentication / Troubleshooting SSH /

Error: Permission denied (publickey)

ssh/id_rsa (RSA) If you have GitHub Desktop installed, you can use it to clone repositories and not deal with SSH keys. If you are using Git Bash, turn

GitHub Actions / Creating actions /

Creating a composite action

GitHub. For more information, see "Creating a new repository." Clone your repository to your computer. For more information, see "Cloning

Repositories / Create & manage repositories /

Transferring a repository

repository contains an action listed on GitHub Marketplace, or had more than 100 clones or more than 100 uses of GitHub Actions in the week prior to the transfer

Migrations / Overview /

Planning your migration to GitHub

with git-sizer To clone your repository from the migration origin, run git clone --mirror. Navigate to the directory where you cloned your repository. To

Get started / Writing on GitHub / Start writing on GitHub /

Basic writing and formatting syntax

.md) Relative links are easier for users who clone your repository. Absolute links may not work in clones of your repository - we recommend using relative