Skip to content

Commit 3f09df2

Browse files
committed
update git command
1 parent 68500a7 commit 3f09df2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

en/basemaps/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Project deployment
119119
.. code-block:: bash
120120

121121
$ cd /var/www/somewhere/
122-
$ git clone git@github.com:MapServer/basemaps.git
122+
$ git clone https://github.com/MapServer/basemaps.git
123123
$ cd basemaps
124124

125125
That's easy enough to not need much explanation.

en/development/git.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ installed on your machine. Here's how to access the source:
5555
2. See GitHub's `help guidelines <https://docs.github.com/en/github/getting-started-with-github/set-up-git/>`__ to
5656
install Git locally
5757

58-
3. Issue `git clone [email protected]:MapServer/MapServer.git` to
58+
3. Issue the following command to
5959
check out a copy of the current source/main into your working directory.
60+
61+
.. code-block:: bash
62+
63+
git clone https://github.com/MapServer/MapServer.git
6064

6165
Support Libraries
6266
=================

0 commit comments

Comments
 (0)