Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jperezredbee/f7514838e7d21b95fbec8dd934ffcb6d to your computer and use it in GitHub Desktop.

Select an option

Save jperezredbee/f7514838e7d21b95fbec8dd934ffcb6d to your computer and use it in GitHub Desktop.
Clone a GitHub repository using a Personal Access Token
export GITHUB_USER=magickatt
export GITHUB_TOKEN=secret
export GITHUB_REPOSITORY=magickatt/ContainerisingLegacyApplicationsTalk
git clone https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment