Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

15 lines
785B

  1. Error: Invalid Remote/Package URL
  2. #################################
  3. ``dds`` encodes a lot of information about remotes repositories and remote
  4. packages in URLs. If you received this error, it may be because:
  5. 1. The URL syntax is invalid. Make sure that you have spelled it correctly.
  6. 2. The URL scheme (the part at the beginning, before the ``://``) is unsupported
  7. by ``dds``. ``dds`` only supports a subset of possible URL schemes in
  8. different contexts. Check the output carefully and read the documentation
  9. about the task you are trying to solve.
  10. 3. There are missing URL components that the task is expecting. For example,
  11. ``git`` remote URLs require that the URL have a URL fragment specifying the
  12. tag/branch to clone. (The fragment is the final ``#`` component.)