Re: Possible segfault with `git clone --mirror`

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2021-04-25 21:17:50+0300, Kostya M <kostya27@xxxxxxxxx> wrote:
> Git 2.31.1, reproduced on Ubuntu 20.04.01, and Arch Linux.
> 
> `git clone -c core.askPass=true --mirror --quiet --
> https://github.com/kostya/myhtml.git myhtml`
> Segmentation fault (core dumped)
> 
> If i remove --mirror argument, it works.
> This command generated by crystal language package manager called shards.

Not reproducible.

You may want to check if it's your config or filesystem first?

If I were you, I would run something like this to see if it works:
(Maybe with GIT_TRACE2=1 removed in first run to see if it's your config)

	HOME=/tmp/not-exist XDG_CONFIG_HOME=/tmp/not-exist GIT_TRACE2=1 \
		/usr/bin/git clone -c core.askPass=true --mirror --quiet -- \
		https://github.com/kostya/myhtml.git myhtml

-- 
Danh



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux