GitHub token login
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 💙