Categories: git
How to set up a token to clone a private repository on GitHub
Post date:
Author: michiel
It’s super easy to clone a repository from GitHub, you just clone the HTTP URL for the repository and you’re done. If you want to clone your private repository it gets a little more tricky, because you have to mess around with SSH. This can be fun, for a certain definition of fun. But typically, […]