git fails over IPv6 with code.googlesource.com
We've been having an issue pulling code from code.googlesource.com since last week over IPv6. If I disable IPv6 everything works fine. Same thing happens with go.googlesource.com. Example: git clone https://code.googlesource.com/google-api-go-client Cloning into 'google-api-go-client'... fatal: unable to access 'https://code.googlesource.com/google-api-go-client/': I/O operation timed out Can someone from Google reach out off-list? Thanks!
On Mon, Sep 24, 2018 at 10:50 AM James Hartig <fastest963@gmail.com> wrote:
We've been having an issue pulling code from code.googlesource.com since last week over IPv6. If I disable IPv6
seems like someone forgot their v6 config... huh.
everything works fine. Same thing happens with go.googlesource.com. Example:
git clone https://code.googlesource.com/google-api-go-client Cloning into 'google-api-go-client'... fatal: unable to access ' https://code.googlesource.com/google-api-go-client/': I/O operation timed out
Can someone from Google reach out off-list? Thanks!
someone may have already beat me to it, but I'll ask.
On Mon, Sep 24, 2018 at 11:10 AM Christopher Morrow <morrowc.lists@gmail.com> wrote:
On Mon, Sep 24, 2018 at 10:50 AM James Hartig <fastest963@gmail.com> wrote:
We've been having an issue pulling code from code.googlesource.com since last week over IPv6. If I disable IPv6
seems like someone forgot their v6 config... huh.
everything works fine. Same thing happens with go.googlesource.com. Example:
git clone https://code.googlesource.com/google-api-go-client Cloning into 'google-api-go-client'... fatal: unable to access ' https://code.googlesource.com/google-api-go-client/': I/O operation timed out
Can someone from Google reach out off-list? Thanks!
someone may have already beat me to it, but I'll ask.
;; QUESTION SECTION: ;code.googlesource.com. IN AAAA ;; ANSWER SECTION: code.googlesource.com. 300 IN AAAA 2607:f8b0:400d:c0c::52 should be fixed... I think? $ telnet 2607:f8b0:400d:c0c::52 443 Trying 2607:f8b0:400d:c0c::52... Connected to 2607:f8b0:400d:c0c::52. Escape character is '^]'.
participants (2)
-
Christopher Morrow
-
James Hartig