GitHub Clone with OAuth Access Token

Just use the HTTPS address to clone with the key as the user, so:

git clone https://[email protected]/username/repo.git

or

git clone https://username:[email protected]/username/repo.git

Leave a Comment