-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to clone repo on windows #1169
Comments
I think so too - there are files with a colon (":") in the name, which is illegal on Windows (more accurately, NTFS, which is most likely the file system you're using). Work-around:
Fix:
|
agold-rh
added a commit
that referenced
this issue
Jan 17, 2024
Co-authored-by: Andrew Gold <[email protected]>
agold-rh
added a commit
that referenced
this issue
Aug 16, 2024
* Updated test files names for issue #1169 * Vertex AI Endpoint Stress Tester utility: First push * Updated the vegata script as per Trigger build errors * Further fixes for build failures * Further fixes for build failures * Updated README.md --------- Co-authored-by: Andrew Gold <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like there's an issue with the folder path
tools/bqman/testdata/TestProcessPatch/bq-metadata-manager:sec_au.calculation.schema
andtools/bqman/testdata/TestProcessUpdate/bq-metadata-manager:sec_au.calculation.schema
and git is unable to checkout this repo because of these files.Also tried a git sparse-checkout:
The text was updated successfully, but these errors were encountered: