Skip to content

Instantly share code, notes, and snippets.

@lorens247
Last active May 29, 2024 10:09
Show Gist options
  • Save lorens247/22d9fafd35796e3a2d7c29d096d7a636 to your computer and use it in GitHub Desktop.
Save lorens247/22d9fafd35796e3a2d7c29d096d7a636 to your computer and use it in GitHub Desktop.
Create an account on GitHub.
Step 1 - Create a Personal Access Token on Github
To have access to your repositories and authenticate yourself, you need to create a Personal Access Token on Github.
Step 2 - Clone using personal token
git clone https://{YOUR_PERSONAL_TOKEN}@github.com/{YOUR_USERNAME}/repo.git
Step 3 - Update your git identity
git config --global user.email "lawrence@ikhidero.com"
git config --global user.name "Lawrence Ikhidero"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment