]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Correct Git URL for clone
authorWido den Hollander <wido@widodh.nl>
Thu, 2 Aug 2012 10:48:26 +0000 (12:48 +0200)
committerTommi Virtanen <tv@inktank.com>
Thu, 2 Aug 2012 15:33:44 +0000 (08:33 -0700)
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 <wido@widodh.nl>
Signed-off-by: Tommi Virtanen <tv@inktank.com>
doc/source/clone-source.rst

index e2bc95de2e39e79fb845cc269bd032fefe4905ae..47aec2f335b64823415d62f09c99012f0fb972db 100644 (file)
@@ -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.