Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Verbose logs do not seem to indicate a problem:
```
# GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://github.com/sclorg/nodejs-ex.git
01:14:29.997128 git.c:415 trace: built-in: git clone https://github.com/sclorg/nodejs-ex.git
Cloning into 'nodejs-ex'...
01:14:30.005665 run-command.c:643 trace: run_command: git-remote-https origin https://github.com/sclorg/nodejs-ex.git
* Couldn't find host github.com in the .netrc file; using defaults
* Trying 140.82.114.3...
* TCP_NODELAY set
* Connected to github.com (140.82.114.3) port 443 (#0)
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
# echo $?
128
```
Comment 2Ondřej Pohořelský
2020-09-07 14:23:21 UTC
I have tried to replicate this issue in ubi8 container, Fedora container and even full Fedora Workstation installation.
In ubi8 we have git-2.18.4, in Fedora there is git-2.28.0 which is the latest stable release as of today.
Issue seems to be present everywhere. I'll try to investigate further and possibly report this to upstream.
Comment 3Ondřej Pohořelský
2020-09-11 12:27:27 UTC