SadiaAfrinPurba / google-colab-ssh

Contain bash script to clone private Github repository in Google Colab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Contain bash script to clone private Github repository in Google Colab

License:MIT License


Languages

Language:Python 81.7%Language:Shell 18.3%