-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Component
c/v3-engine
What is the current behaviour?
Pulling the git repository on a windows box results in this error:
error: invalid path 'v3/crates/metadata-resolve/tests/failing/aggregate_expressions/count_distinct_return_type_cannot_use_non_int_inbuilt /metadata.json'
error: invalid path 'v3/crates/metadata-resolve/tests/failing/aggregate_expressions/count_distinct_return_type_cannot_use_non_int_inbuilt /resolve_error.snap'
I've noted this on a previous bug report on other URLs -- there's spaces in these URLs (before the final / in the path.). Removing the spaces should fix it.
What is the expected behaviour?
Should pull without errors on windows.
How to reproduce the issue?
Pulling the git repository on a windows boxes creates the error.
Screenshots or Screencast
n/a
Please provide any traces or logs that could help here.
n/a
Any possible solutions/workarounds you're aware of?
You could just get the zip or ignore these files, it's not a stoppage.
Keywords
space in path, metadata.json, resolve_error.snap, git