mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
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:
parent
0d3d75ec0d
commit
6af560def9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user