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 <wido@widodh.nl>
Signed-off-by: Tommi Virtanen <tv@inktank.com>
This commit is contained in:
Wido den Hollander 2012-08-02 12:48:26 +02:00 committed by Tommi Virtanen
parent 0d3d75ec0d
commit 6af560def9

View 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.