Clone Private GitHub Repository With FGPAT And PAT
Clone a private GitHub repo with PAT or FGPAT: `git clone https://<fgpat or pat>@github.com/<usr or org>/<repo>.git
Buy Me a Coffee☕ *Memos: My post explains how to clone a private repository with PAT(Personal Access Token) from Github. My post explains useful IPython magic commands. With FGPAT(Fine-Grained Personal Access Token), you can clone a private repository from your account and you can also clone a private repository from your organization if you're its owner or member: *Memos: You need to generate a FGPAT and add it to the command below. *Organization doesn't have FGPAT or PAT generator. A FGPAT can select permissions more precisely(finely) than PAT. fgpat is FGPAT. pat is PAT. usr is userna...