How to use a Github Personal Access token for cloning a repo:
$ git clone https://ghp_YOURTOKENHERE:x-oauth-basic@github.com/Organization/My-Repo.git
Jeff McFadden
How to use a Github Personal Access token for cloning a repo:
$ git clone https://ghp_YOURTOKENHERE:x-oauth-basic@github.com/Organization/My-Repo.git