Hello Main Loop Example: Dev kit cloning

Hello, my name is Tristen Schieferle from Cal Poly. My team and I have an Amiga robot and I are trying to use the microcontroller kit to set up the “Hello Main Loop Example”. I downloaded Pycharm and started the setup but I am not able to clone the “git@github.com:farm-ng/amiga-dev-kit.git”. Git hub is denying me permission to clone it. I just got off the phone with Nathan Dorn and he pointed us in your direction in hopes of getting some help. If you are able to help us solve this issue that would be greatly appreciated, thank you.

Hi Tristen,

Thanks for asking. You have two options:

Option 1

To clone repositories with SSH you’ll need to set up an SSH key. Github has great docs that explain how to make an SSH key and add it to your github account.

Option 2

Alternatively you can clone with HTTPS, which you’ll see as an option when you click on the Green Code button. Just copy and paste the https path to:

git clone https://github.com/farm-ng/amiga-dev-kit.git

Please let us know if either of these don’t resolve the problem.
– Kyle