GitHub token login

CodeGenitor
1 min readFeb 19, 2023

--

STEP 1: Login into Github and go to settings.

Once you have login into GitHub you should be able to find your GitHub profile on the right top menu bar.
Click on your avatar and select the settings from the drop-down menu.

Select the Developer Setting and then choose the personal access token.

STEP 2:

Save your Personal Access Token privately.

STEP 3:

Run — git config — global user.name “CodeGenitor”
Use your GitHub username to set up the configuration process.

STEP 4:

Run git config — global user.email “codegen@mail.ts”

STEP 5:

Run- git config — global user.password “1234321”

STEP 6:

This is very important to make sure you have git configured with your CLI properly.
Run- git config — global credential.helper store

STEP 7:

If this content helped you, kindly support me by following me on Youtube for more valuable content and please leave a comment 💙

https://www.youtube.com/watch?v=47ix7C7Jr9Y&t=6s

--

--

CodeGenitor

Software developer passionate about coding, innovation, and tech trends. Turning ideas into reality, one line of code at a time.