git clone https://<token>@<enterprise>.com/<owner>/<repo>.git
// for example
git clone https://mytoken@github.com/myusername/myrepo.git
// if your enterprise is not github then change it to that of yours
# Just clone the repository with HTTP like so:
git clone https://github.com/myuser/myrepo.git
When prompted for Username, fill your username.
When prompted for Password, fill the token instead.