- Issue created by @coozila
- Status changed to Postponed: needs info
over 1 year ago 12:17pm 13 July 2023 - 🇺🇸United States drumm NY, US
When I look up the address for git.drupalcode.org, I get:
$ dig git.drupalcode.org ; <<>> DiG 9.10.6 <<>> git.drupalcode.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3907 ;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;git.drupalcode.org. IN A ;; ANSWER SECTION: git.drupalcode.org. 21332 IN CNAME osff2.map.fastly.net. osff2.map.fastly.net. 20 IN A 151.101.2.217 osff2.map.fastly.net. 20 IN A 151.101.66.217 osff2.map.fastly.net. 20 IN A 151.101.130.217 osff2.map.fastly.net. 20 IN A 151.101.194.217
Which does not include what it is resolving to for you,
151.101.246.217
. That IP is a Fastly PoP, so it still could be correct, since you are in a different part of the world. I still recommend verifying DNS is resolving properly for you.Otherwise, to debug your connection, you can run the Git command on its own, prefixed with
GIT_CURL_VERBOSE=1
, likeGIT_CURL_VERBOSE=1 git clone --mirror -- 'https://git.drupalcode.org/project/paragraphs_features.git'