Skip to content

Errors when cloning the repository.

Description of problem:

Unable to clone repository due to errors

Version of libtasn1 used:

N/A

Distributor of libtasn1 (e.g., Ubuntu, Fedora, RHEL)

N/A

How reproducible:

In MINGW terminal on Windows:

$ git clone https://gitlab.com/gnutls/libtasn1.git

Actual results:

git clone fails:

Cloning into 'libtasn1'...
remote: Enumerating objects: 1113, done.
remote: Counting objects: 100% (1113/1113), done.
remote: Compressing objects: 100% (184/184), done.
remote: Total 12288 (delta 873), reused 1050 (delta 826), pack-reused 11175
Receiving objects: 100% (12288/12288), 3.44 MiB | 15.23 MiB/s, done.
Resolving deltas: 100% (8208/8208), done.
error: invalid path 'tests/invalid-x509/id:000002,orig:TFPA-2015-002-libtasn1-4.3-stack-overflow.crt.der'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Expected results:

a clean copy of the repository

Edited by Konstantin Kouptsov