Skip to content

Commit 10227bd

Browse files
committed
Use https:// (not git://) URLs
GitHub doesn't advertise git:// URLs anywhere, and we don't encourage using them. The preferred protocol for "Public URLs" is HTTPS.
1 parent 1df84a1 commit 10227bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/customizing-the-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ If your project uses Git submodules, make sure you use public Git URLs. For exam
430430

431431
use
432432

433-
git://github.com/someuser/somelibrary.git
433+
https://github.com/someuser/somelibrary.git
434434

435435
Otherwise, Travis CI builders won't be able to clone your project because they don't have your private SSH key.
436436

0 commit comments

Comments
 (0)