Skip to main content

658 Search results for "gitlab"

Authentication / Connect with SSH /

Adding a new SSH key to your GitHub account

To configure your account on GitHub.com to use your new (or existing) SSH key, you'll also need to add the key to your account. About addition of SSH keys

Site policy / GitHub Terms /

GitHub Terms of Service

Thank you for using GitHub! We're happy you're here. Please read this Terms of Service agreement carefully before accessing or using GitHub. Because it

Authentication /

Connecting to GitHub with SSH

Connecting to GitHub with SSH You can connect to GitHub using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network

GitHub Copilot / Responsible use /

Responsible use of GitHub Copilot Chat in GitHub

Learn how to use GitHub Copilot Chat in GitHub responsibly by understanding its purposes, capabilities, and limitations. About GitHub Copilot Chat in GitHub

GitHub Copilot / Use GitHub Copilot / Copilot Chat /

Asking GitHub Copilot questions in GitHub Mobile

You can use GitHub Copilot Chat in GitHub Mobile to answer general questions about software development, or specific questions about the code in a repository

GitHub Copilot / Responsible use /

Responsible use of GitHub Copilot Chat in GitHub Mobile

Learn how to use GitHub Copilot Chat responsibly by understanding its purposes, capabilities, and limitations. About GitHub Copilot Chat in GitHub Mobile

GitHub Desktop / Install & authenticate /

Authenticating to GitHub in GitHub Desktop

You can securely access your account's resources on GitHub Desktop by authenticating to GitHub. About authentication To keep your account secure, you must

GitHub Desktop / Add & clone repositories /

Cloning a repository from GitHub to GitHub Desktop

You can use GitHub to clone remote repositories to GitHub Desktop. Tip You also can use GitHub Desktop to clone repositories that exist on GitHub. For

Apps / Creating GitHub Apps / Authenticate with a GitHub App /

Making authenticated API requests with a GitHub App in a GitHub Actions workflow

You can use an installation access token from a GitHub App to make authenticated API requests in a GitHub Actions workflow. You can also pass the token

Apps / Creating GitHub Apps / Writing code for a GitHub App /

Building a "Login with GitHub" button with a GitHub App

Follow this tutorial to write Ruby code to generate a user access token via the web application flow for your GitHub App. Introduction This tutorial demonstrates