您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
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.)