Skip to content

Commit 7d0fe9e

Browse files
authoredFeb 17, 2023
Update INSTALL.md: remove deprecated git:// URL
The git:// protocol stopped working almost a year ago: https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 parent 3796b7b commit 7d0fe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ changes.
235235

236236
```bash
237237
cd ${HOME}/dev/cpp
238-
git clone git://github.com/qgis/QGIS.git
238+
git clone https://github.com/qgis/QGIS.git
239239
```
240240

241241
2. Developer Checkout

0 commit comments

Comments
 (0)
Please sign in to comment.