SSH Key Setup
GE’s GitHub does not allow password access. Setting up an SSH key will allow you to pull code out from a repository and push updates back.
GitHub provides detailed instructions to setup SSH keys for Windows/Linux/Mac operating systems.
Note: If you copy your ssh key to another system, such as a VM, check the file permissions. Only you should have read/write access. For example,
chmod go-rwx id_rsa
.