mirror of
https://github.com/powerline/powerline.git
synced 2025-07-24 06:15:41 +02:00
Remove git protocol (#2199)
* Fix outdated Github url git:// is deprecated from Github starting from Jan. 11th, 2022. * Update git protocols
This commit is contained in:
parent
82c1373ba0
commit
9ce39e6333
@ -66,7 +66,7 @@ development version
|
|||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
pip install --user git+git://github.com/powerline/powerline
|
pip install --user git+https://github.com/powerline/powerline
|
||||||
|
|
||||||
may be used. If powerline was already checked out into some directory
|
may be used. If powerline was already checked out into some directory
|
||||||
|
|
||||||
@ -85,10 +85,9 @@ will have to be done (:file:`~/.local/bin` should be replaced with some path
|
|||||||
present in ``$PATH``).
|
present in ``$PATH``).
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If ISP blocks git protocol for some reason github also provides ``ssh``
|
We can use either ``https``(``git+ssh://git@github.com/powerline/powerline``)
|
||||||
(``git+ssh://git@github.com/powerline/powerline``) and ``https``
|
or ``https``(``git+https://github.com/powerline/powerline``) protocols.
|
||||||
(``git+https://github.com/powerline/powerline``) protocols. ``git`` protocol
|
``git`` protocol is deprecated by Github.
|
||||||
should be the fastest, but least secure one though.
|
|
||||||
|
|
||||||
Fonts installation
|
Fonts installation
|
||||||
==================
|
==================
|
||||||
|
@ -29,7 +29,7 @@ should be followed:
|
|||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
pip install --user git+git://github.com/powerline/powerline
|
pip install --user git+https://github.com/powerline/powerline
|
||||||
|
|
||||||
will get the latest development version.
|
will get the latest development version.
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ Python package
|
|||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
pip install --user git+git://github.com/powerline/powerline
|
pip install --user git+https://github.com/powerline/powerline
|
||||||
|
|
||||||
will get latest development version.
|
will get latest development version.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user