Updated clarification on unsafe urls

This commit is contained in:
Devesh Kumar Singh 2020-04-01 19:38:41 +05:30
parent d166adaee5
commit 8f0dbec573
1 changed files with 3 additions and 3 deletions

View File

@ -406,9 +406,9 @@ pip currently supports cloning over ``git``, ``git+http``, ``git+https``,
.. warning::
Note that the ``git``, ``git+git``,and ``git+http`` are not recommended.
(The former two use `the Git Protocol`_, which lacks authentication, and HTTP is
insecure due to lack of TLS based encryption)
Note that the use of ``git``, ``git+git``, and ``git+http`` is discouraged.
The former two use `the Git Protocol`_, which lacks authentication, and HTTP is
insecure due to lack of TLS based encryption.
Here are the supported forms::