- Download Git for Windows: https://git-for-windows.github.io/
- Generating an SSH key within Git Bash: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
- Add the public SSH key generated to your GitHub account: https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
- Go the folder you want to clone the WANCom folder in, and type:
git clone [email protected]:iaq/WANCom.git
- Type
cd WANCom
and thendir
to check if the local folder matches the GitHub repo You're set up!
- Make sure git is installed on your computer. If it is not:
- Make sure you're using the latest version of MAC OS and XCode
- Add the path to the git command to your PATH: https://vandadnp.wordpress.com/2012/04/06/git-from-command-line-after-installing-xcode-on-os-x-lion/
- Generate an SSH key: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#platform-mac
- Add the public SSH key generated to your GitHub account: https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/#platform-mac
- Go the folder you want to clone the WANCom folder in, and type:
git clone [email protected]:iaq/WANCom.git
- Make sure you have the
git
command available by runningwhich git
(if a path is returned, it's fine, otherwise you'll have to Google how to add the command to your system) - Generate an SSH key: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#platform-mac
- Add the public SSH key generated to your GitHub account: https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/#platform-mac
- Go the folder you want to clone the WANCom folder in, and type:
git clone [email protected]:iaq/WANCom.git
Follow instructions here: https://kth.instructure.com/files/382495
Follow instructions here: http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_windows