You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at listing verbose information as you see with `choco
info`, if the directory was a local file directory, the command would
fail with the following error:
`System.UriFormatException: Invalid URI: The format of the URI could not
be determined.`
This is due to the way that choco loads up package results, attempting
to convert sources to Uris. Local file and relative directories don't
adjust to a URI very well and cause the above error. When that happens,
simply use the source as it is already set.
This would fail with the following error:
System.UriFormatException: Invalid URI: The format of the URI could not be determined.
.The text was updated successfully, but these errors were encountered: