Github

Setup Github on a Cloud Server (via Personal Access Token)

  1. Generate a token

  2. Configure git:

git config --global user.name "Kai Shen"
git config --global user.email [email protected]
  1. Clone repositories using the token

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

Last updated