Skip to content

Commit

Permalink
doc: Correct Git URL for clone
Browse files Browse the repository at this point in the history
Using [email protected] 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 <[email protected]>
Signed-off-by: Tommi Virtanen <[email protected]>
  • Loading branch information
wido authored and Tommi Virtanen committed Aug 2, 2012
1 parent 0d3d75e commit 6af560d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/clone-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6af560d

Please sign in to comment.