Git Personal Access Token - jrwhetse/jrwhetse.github.io GitHub Wiki
Overview
Traditionally, interacting with a GitHub repository can be done over SSH, HTTPS, or using a Personal Access Token (PAT). The recommended approach is to use PAT and provides a unified way of access repositories regardless of where access originates. Below are instructions for creating a PAT.
Person Access Token
Create a Personal Access Token (PAT)
-
Log in to GitHub: https://github.com/
-
Top-right, under your user icon, choose Settings
-
On the left frame choose, Developer Settings
-
On the new left frame choose, Personal access tokens
-
Click the button, Generate new token
-
Give a meaningful name to your token
-
Select the permissions you want to grant the token
-
Most likely you will want all the โrepoโ permissions
-
Scroll down and click, Generate token
-
Save your personal token in a secure location. If you lose your token, you can generate another.