public repo for installing the raw version of git installation and ssh setup
Follow the steps below to complete your installation process
- Email akshat at akshat.kalra@ucsf.edu and ask him to send you the personalized access token for enabling your access to kleen lab's github files in a secured way, once you have that token, you may move forward with the next steps.
- Also ask him to make your seahorse username if you don't already have that
- Make sure you have Matlab 2024a or above installed in your system to run this environment
Open up your terminal window
Copy this command below, paste it in the window and press Enter to run it
curl -L -o ~/Documents/check_git.sh https://raw.githubusercontent.com/Kleen-Lab/enable_git/refs/heads/main/check_git.sh
Run the following command
curl -L -o ~/Documents/ssh_key_gen.sh https://raw.githubusercontent.com/Kleen-Lab/enable_git/refs/heads/main/ssh_key_gen.sh
Run the following commands one after the other
chmod +x ~/Documents/*.sh
~/Documents/ssh_key_gen.sh
~/Documents/check_git.sh
You may or may not need this depending upon whether you have the sshfs installed in your system, if you don't please follow this guideline to install this once all the previous steps have been completed and the terminal prompts you to do so.
It might be a good idea to have this document open in another PC or your phone since this process would require you to restart your machine.