Answers for "github with token"

3

github personal token

# go to github > settings > developer settings > personal access tokens
# create token

git clone https://<ACCESS_TOKEN>@github.com/<USERNAME>/<REPO>.git
Posted by: Guest on October-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language