/google-colab-ssh

Contain bash script to clone private Github repository in Google Colab

Primary LanguagePythonMIT LicenseMIT

google-colab-ssh

Contain bash script to clone private Github repository in Google Colab

Detail blog post can be found here

Usage

  1. Clone this repository

  2. Run the script with your email address and name

cd scripts
sh private_repo_clone.sh "your_email@example.com" "Your Name"

  1. Add a new SSH key in Github account by following this documentation

Now, you can clone your private repositories from Github to Google Colab.