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