Comment 4 for bug 1992485

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

I tried to reproduce the bug based on this comment (https://github.com/argoproj/argo-cd/issues/9888#issuecomment-1271819234) in a regular x86 host but everything worked as expected:

*21.04*:

```
root@6d56a04fa8c1:~# git clone <email address hidden>:lucaskanashiro/pcs.git
Cloning into 'pcs'...
Enter passphrase for key '/root/.ssh/id_rsa':
remote: Enumerating objects: 43789, done.
remote: Counting objects: 100% (1314/1314), done.
remote: Compressing objects: 100% (379/379), done.
remote: Total 43789 (delta 939), reused 1183 (delta 933), pack-reused 42475
Receiving objects: 100% (43789/43789), 20.58 MiB | 10.64 MiB/s, done.
Resolving deltas: 100% (35429/35429), done.
root@6d56a04fa8c1:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=21.04
DISTRIB_CODENAME=hirsute
DISTRIB_DESCRIPTION="Ubuntu 21.04"
root@6d56a04fa8c1:~# git --version
git version 2.30.2
```

*22.04*:

```
root@06bdbdc4c967:~# git clone <email address hidden>:lucaskanashiro/pcs.git
Cloning into 'pcs'...
Enter passphrase for key '/root/.ssh/id_rsa':
remote: Enumerating objects: 43789, done.
remote: Counting objects: 100% (1314/1314), done.
remote: Compressing objects: 100% (379/379), done.
remote: Total 43789 (delta 939), reused 1183 (delta 933), pack-reused 42475
Receiving objects: 100% (43789/43789), 20.58 MiB | 10.42 MiB/s, done.
Resolving deltas: 100% (35429/35429), done.
root@06bdbdc4c967:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"
root@06bdbdc4c967:~# git --version
git version 2.34.1
```

So this seems to be related to the VMware Tanzu infrastructure indeed.