Bug 2013288
Summary: | git clone git://gcc.gnu.org/git/gcc.git doesn't work before a firewall | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | H.J. Lu <hongjiu.lu> |
Component: | git | Assignee: | Todd Zullinger <tmz> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 35 | CC: | amahdal, besser82, chrisw, johannes, opohorel, pstodulk, sebastian.kisela, tmz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-10-12 21:45:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
H.J. Lu
2021-10-12 14:05:30 UTC
This is almost surely going to have to end up on the git list... but you might try to use: git -c protocol.version=1 clone git://gcc.gnu.org/git/gcc.git to see if that has an effect. The release notes mention a fix to fetching which affects the v2 protocol: https://github.com/git/git/commit/ae1a7eefff Either way, I would suggest bringing this up on the git list as that's where the folks most likely to know the problem will be found. $ git -c protocol.version=1 clone git://gcc.gnu.org/git/gcc.git works. git 2.33.0 fails and git 2.32.0 works. "socat -t 10" also works. |