How to use a Github Personal Access token for cloning a repo:

Published October 28, 2022

How to use a Github Personal Access token for cloning a repo:

$ git clone https://ghp_YOURTOKENHERE:[email protected]/Organization/My-Repo.git

Back to Posts