Open dsisnero opened 1 month ago
According to the error message, the error is coming from the post-checkout
hook in crystar.git
. I don't think shards has anything to do with it directly.
However, since the cached repo is managed by shards, it should usually not have any hooks defined whatsoever. Shards certainly does not initiate installing any hooks. So why is it there?
My guess is the hook is installed automatically from git's template directory. Take a look at git config --get init.templateDir
to see if the hook is defined there.
For a quick fix, you could simply remove C:/Users/Dominic E Sisneros/AppData/Local/shards/cache/github.com/naqvis/crystar.git/./hooks/post-checkout
.
Having customized user configuration screw up shard's repo caching is not good. I think shards should probably prevent installing custom hooks. Or really any customization. It should just clone the upstream repo plainly without any modifications.
On my work computer my username has a space "Dominic E Sisneros" -( not by choice)
When trying to install crimson, I get an error because of this space in trying to build:
Same error with shards install: