15 September 2023

How to clone a git repository from GitHub?

$ git clone https://<githubUserName>:<githubPersonalToken>@github.com/<githubUserName>/<repositoryName>.git

No comments:

Post a Comment