File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
125125That's easy enough to not need much explanation.
Original file line number Diff line number Diff line change @@ -55,8 +55,12 @@ installed on your machine. Here's how to access the source:
55552. 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
6165Support Libraries
6266=================
You can’t perform that action at this time.
0 commit comments