Setup your GitHub SSH key. The link provided is the most straightforward way to do this.
Make sure you can run
ssh -T git@github.com
. If it does not say you’re authenticated, please troubleshoot or reach out if you need help!
Setup SSH key forwarding
Create `~/.ssh/config`
Add SSH keys
Host 23.163.56.180 ForwardAgent yes
Run
eval "$(ssh-agent)"
Run
ssh-add
Run
ssh -A firmware@23.163.56.180
Create a new directory using your github username under
~/dev/<your-username>
Clone the repo using
git@github.com:uw-midsun/fwxv.git
cd in and build the repo
General
Content
Integrations