sg setup: use SSH checkouts of git repos
Created by: danieldides
This PR will update the two git clone
command to use the SSH
method for checking out a repository. Currently, they are using HTTPS
which has some complications. GitHub has recently removed the ability to authenticate using username/password for git operations and now requires a personal access token be created and entered on every push to a remote (instead of a password). For frequent contributors, this could become an annoyance.
Ultimately, this is personal preference. Would love to get your thoughts.