Skip to main content

GitHub

Use Token to use Github

Use Token to use Github

1- first create your token from this link "https://github.com/settings/tokens"

2- you need to add the token into the repo URL like this

git remote set-url origin https://{githubtoken}@github.com/{username}/{repositoryname}.git

while 

While cloning:

git clone https://{username}:{githubtoken}@github.com/{username}/{repositoryname}.git