About 698,000 results
Open links in new tab
  1. Managing your personal access tokens - GitHub Docs

    Personal access tokens are an alternative to using passwords for authentication to GitHub when using the GitHub API or the command line. Personal access tokens are intended to access …

  2. How to Generate Personal Access Token in GitHub?

    Sep 7, 2022 · You can create a personal access token to use in place of a password when you are working with GitHub Operations. To generate the personal access token follow the …

  3. How to add a GitHub personal access token to Visual Studio Code

    Aug 13, 2021 · In Visual Studio Code, the recommended way is to use the built-in GitHub authentication instead of embedding tokens in remotes: Press F1 → "GitHub: Sign in" → …

  4. How to Generate a GitHub Personal Access Token (PAT)

    Oct 27, 2024 · Follow these steps to create a GitHub Personal Access Token (PAT) to use for authentication with Git...

  5. GitHub Personal Access Token: Complete Guide for 2025

    Jun 23, 2025 · A GitHub personal access token (PAT) is a secure, alternative method to authenticate with GitHub when using the command line or third-party apps. Instead of typing …

  6. How to use GitHub Personal Access Tokens Securely | CICube

    Jan 28, 2025 · A practical guide to creating, managing and securing GitHub Personal Access Tokens based on real-world experience

  7. GitHub personal access tokens - Graphite.dev

    GitHub personal access tokens (PATs) are a way for developers to interact with GitHub's platform securely via the command line or the GitHub API. This guide provides an overview of GitHub's …

  8. Generating a user access token for a GitHub App

    You can generate a user access token for your GitHub App in order to attribute app activity to a user.

  9. Create a GitHub Personal Access Token example - TheServerSide

    Aug 24, 2025 · This walkthrough shows how to generate a GitHub personal access token, and use the GitHub personal access token to clone, pull, fetch and push changes back to your …

  10. How to Use a GitHub Access Token with GitPython: Push Files to GitHub

    2 days ago · This is where GitHub Personal Access Tokens (PATs) come in. PATs act as secure alternatives to passwords, allowing you to authenticate Git operations (like push, pull, or clone) …