From: Wido den Hollander Date: Thu, 2 Aug 2012 10:48:26 +0000 (+0200) Subject: doc: Correct Git URL for clone X-Git-Tag: v0.51~48 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6af560def98dfe9687c4b88d983795e72670ff9f;p=ceph.git doc: Correct Git URL for clone Using git@github.com would mean SSHing in, and your average open source consumer probably won't have a Github account. Using HTTPS offers the best combination of resisting man-in-the-middle attacks and passing through corporate firewalls. Signed-off-by: Wido den Hollander Signed-off-by: Tommi Virtanen --- diff --git a/doc/source/clone-source.rst b/doc/source/clone-source.rst index e2bc95de2e39..47aec2f335b6 100644 --- a/doc/source/clone-source.rst +++ b/doc/source/clone-source.rst @@ -9,7 +9,7 @@ Clone the Source ---------------- To clone the Ceph source code repository, execute:: - git clone git@github.com:ceph/ceph.git + git clone https://github.com/ceph/ceph.git Once ``git clone`` executes, you should have a full copy of the Ceph repository.