mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
gitfs: Add warning about ssh:// URLs (dulwich)
This commit is contained in:
parent
7ed9c66b02
commit
341b6622c8
1 changed files with 8 additions and 0 deletions
|
@ -181,6 +181,14 @@ master:
|
|||
Information on how to authenticate to SSH remotes can be found :ref:`here
|
||||
<gitfs-authentication>`.
|
||||
|
||||
.. note::
|
||||
|
||||
Dulwich does not recognize ``ssh://`` URLs, ``git+ssh://`` must be used
|
||||
instead. Salt version 2015.2.0 and later will automatically add the
|
||||
``git+`` to the beginning of these URLs before fetching, but earlier
|
||||
Salt versions will fail to fetch unless the URL is specified using
|
||||
``git+ssh://``.
|
||||
|
||||
3. Restart the master to load the new configuration.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue