GitHub authentication on shared cloud infrastructure is complicated.
Always remember, โcloudโ is the same as โsomeone elseโs computerโ. Itโs not a good idea to store your credentials on someone elseโs computer!
For this reason, we use a special tool called gh-scoped-creds to provide a special
credential which grants restricted access to only certain GitHub resources for a limited
amount of time.
Copy the GitHub authentication Notebookยถ
Thereโs a special notebook titled GHAUTH.ipynb in the shared/ directory.
Right-click it, select โCopyโ, then return to your home directory by clicking the ๐ icon at the top of your file browser. Finally, right click in the empty space in your home directory and select โPasteโ.
Follow the instructions in the Notebookยถ
The first time you use this Notebook, you should open the โFirst time setupโ hint and follow the instructions within.
After youโve completed first-time setup, run the code cell at the end of the Notebook and carefully follow the instructions output by this cell.