From 8124c9fdbbf827564e71ebcfa1f6db77a0f523b2 Mon Sep 17 00:00:00 2001 From: Chuck Atkins <chuck.atkins@kitware.com> Date: Fri, 7 Apr 2017 09:04:19 -0400 Subject: [PATCH] Add alternate git url in contributors guide --- Contributing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Contributing.md b/Contributing.md index d3824aa0d..d21e92dfe 100644 --- a/Contributing.md +++ b/Contributing.md @@ -16,6 +16,13 @@ To setup your local repository for development: ``` [chuck@hal9000 Code]$ mkdir adios [chuck@hal9000 Code]$ cd adios +# +# If you don't have ssh access setup to your github repository then you will +# need to clone your fork from +# https://github.com/<your-GitHub-username-here>/adios2.git +# instead of +# git@github.com:<your-GitHub-username-here>/adios2.git +# [chuck@hal9000 adios]$ git clone git@github.com:<your-GitHub-username-here>/adios2.git source Cloning into 'source'... remote: Counting objects: 4535, done. -- GitLab