You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 satır
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.)