Closed kostya closed 3 years ago
after rm -rf ~/.cache/shards/
, now every shard failed to clone, not understand whats wrong, git clone works.
btw on Ubuntu all works ok. But not on Arch, i think may be this is related to dns-resolv issues (because i use custom /etc/resolv.conf).
Could you run with --verbose
flag and show the output?
I tried with --verbose and run command by hands:
git clone -c core.askPass=true --mirror --quiet -- https://github.com/kostya/myhtml.git myhtml
Segmentation fault (core dumped)
i find that remove --mirror
fix this segfault. Git 2.31.1. So this is looks like Arch package bug, or some related packages bug, like openssl, or git itself.
This was git bug, and would be fixed in next after 2.31.1 version.
shards update
but
git clone https://github.com/anykeyh/inflector.cr.git
locally work.