$ sudo apt-get install git
$ ssh -vT [email protected] $ ls -al ~/.ssh $ ssh-keygen -t rsa -b 4096 -C “[email protected]” # Press enter 3 times until getting the key randomart $ pbcopy < ~/.ssh/id_rsa.pub
settings -> ssh keys -> add key -> past -> add key Paste the public key (ctrl + v)
$ ssh -vT [email protected]
- Click on "fork" in the right upper corner
- Select your user
- Go to your profile of Github and go into your new ReDI_DataScience repo
- Go to your Github account and find the just forked repo
- Clone the repo in your computer $ git clone https://github.com/your_github_name/python-data-science.git