bootcamp
bootcamp copied to clipboard
Add instructions to setup Git
You may want to add instructions to setup Git after installation for Lab 3.
For example if you don't have an ssh key setup for your git account you will get a permission denied error when you tor to clone the bootcamp repository
git clone [email protected]:devsecops/bootcamp.git
You can follow the steps described here,
https://gist.github.com/adamjohnson/5682757
to resolve.
Good point. Will get that going.