Cirrus-ci-docs: Git clone fails on Windows

Created on 27 Sep 2019  路  5Comments  路  Source: cirruslabs/cirrus-ci-docs

Expected Behavior

Clone can succeed.

Real Behavior

Failed to clone: open C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\liblumen_beam\src\beam\reader\chunk\aux.rs: The system cannot find the file specified.!

Related Info

See https://cirrus-ci.com/task/5722868861632512

bug

All 5 comments

Just a heads up. I've reproduced the issue on Windows here. The error is coming from Go when it makes a syscall. Continue investigating...

Created https://github.com/src-d/go-git/issues/1222 with go-git. @KronicDeth please don't remove windows branch for now ;-)

You can not create a file aux.<extension> on Windows, and I assume this is the reason the aux.rs file throws an error while cloning the repository..

For a full list of files names that are not allowed on Windows see here. There maybe workarounds, but I do not know, if they break something.

@swaldhoer thank you! Seem renaming fixed the issue! Wow, super grateful for your answer!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fkorotkov picture fkorotkov  路  5Comments

EpicEric picture EpicEric  路  3Comments

pzahemszky picture pzahemszky  路  5Comments

januswel picture januswel  路  4Comments

fkorotkov picture fkorotkov  路  3Comments