Github
Setup Github on a Cloud Server (via Personal Access Token)
Generate a token
Configure git:
git config --global user.name "Kai Shen"
git config --global user.email [email protected]Clone repositories using the token
git clone https://[email protected]/username/repository.gitLast updated