hello Note that git-for-windows can clone pdfium repo, and calling git.exe (of git-for-windows) in msys2 can also clone pdfium. So it seems that it is a regression of msys git
For the record, here is some trace of msys git when cloning pdfium. So if someone has an idea of the problem... $ GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone --verbose https://pdfium.googlesource.com/pdfium 04:54:32.612000 git.c:419 trace: built-in: git clone --verbose https://pdfium.googlesource.com/pdfium Clonage dans 'pdfium'... 04:54:32.624000 run-command.c:643 trace: run_command: git-remote-https origin https://pdfium.googlesource.com/pdfium * STATE: INIT => CONNECT handle 0x60008d748; line 1361 (connection #-5000) * Couldn't find host pdfium.googlesource.com in the .netrc file; using defaults * Added connection 0. The cache now contains 1 members * STATE: CONNECT => WAITRESOLVE handle 0x60008d748; line 1402 (connection #0) * Trying 173.194.76.82... * TCP_NODELAY set * STATE: WAITRESOLVE => WAITCONNECT handle 0x60008d748; line 1483 (connection #0) * Connected to pdfium.googlesource.com (173.194.76.82) port 443 (#0) * STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x60008d748; line 1537 (connection #0) * Marked for [keep alive]: HTTP default * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /usr/ssl/certs/ca-bundle.crt CApath: none * STATE: SENDPROTOCONNECT => PROTOCONNECT handle 0x60008d748; line 1552 (connection #0) * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: C=US; ST=California; L=Mountain View; O=Google LLC; CN=*.googlecode.com * start date: Apr 16 09:58:11 2019 GMT * expire date: Jul 9 09:52:00 2019 GMT * subjectAltName: host "pdfium.googlesource.com" matched cert's "*.googlesource.com" * issuer: C=US; O=Google Trust Services; CN=Google Internet Authority G3 * SSL certificate verify ok. * STATE: PROTOCONNECT => DO handle 0x60008d748; line 1573 (connection #0) * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 * Using Stream ID: 1 (easy handle 0x60008d748) > GET /pdfium/info/refs?service=git-upload-pack HTTP/2 Host: pdfium.googlesource.com User-Agent: git/2.21.0 Accept: */* Accept-Encoding: deflate, gzip, br Accept-Language: fr-FR, *;q=0.9 Pragma: no-cache * STATE: DO => DO_DONE handle 0x60008d748; line 1635 (connection #0) * multi changed, check CONNECT_PEND queue! * STATE: DO_DONE => WAITPERFORM handle 0x60008d748; line 1759 (connection #0) * STATE: WAITPERFORM => PERFORM handle 0x60008d748; line 1774 (connection #0) * old SSL session ID is stale, removing * Connection state changed (MAX_CONCURRENT_STREAMS == 100)! * multi changed, check CONNECT_PEND queue! * HTTP/2 found, allow multiplexing < HTTP/2 200 < cache-control: no-cache, max-age=0, must-revalidate < content-encoding: gzip < content-security-policy-report-only: script-src 'nonce-ngy6L7eqolswxb9FbzbtnA' 'unsafe-inline' 'strict-dynamic' https: http: 'unsafe-eval';object-src 'none';base-uri 'self';report-uri https://csp.withgoogle.com/csp/gerritcodereview/1 < content-type: application/x-git-upload-pack-advertisement < expires: Fri, 01 Jan 1980 00:00:00 GMT < pragma: no-cache < strict-transport-security: max-age=31536000; includeSubDomains; preload < x-content-type-options: nosniff < x-frame-options: SAMEORIGIN < x-xss-protection: 1; mode=block < date: Tue, 14 May 2019 02:54:35 GMT < alt-svc: quic=":443"; ma=2592000; v="46,44,43,39" < * nread <= 0, server closed connection, bailing * STATE: PERFORM => DONE handle 0x60008d748; line 1973 (connection #0) * multi_done * Connection #0 to host pdfium.googlesource.com left intact 04:54:33.187000 run-command.c:643 trace: run_command: git fetch-pack --stateless-rpc --stdin --lock-pack --thin --check-self-contained-and-connected --cloning https://pdfium.googlesource.com/pdfium/ 04:54:33.213000 git.c:419 trace: built-in: git fetch-pack --stateless-rpc --stdin --lock-pack --thin --check-self-contained-and-connected --cloning https://pdfium.googlesource.com/pdfium/ POST git-upload-pack (gzip 86991 to 24306 bytes) * STATE: INIT => CONNECT handle 0x60008d748; line 1361 (connection #-5000) * Couldn't find host pdfium.googlesource.com in the .netrc file; using defaults * Found bundle for host pdfium.googlesource.com: 0x6000944e8 [can multiplex] * 17 bytes stray data read before trying h2 connection * Re-using existing connection! (#0) with host pdfium.googlesource.com * Connected to pdfium.googlesource.com (173.194.76.82) port 443 (#0) * STATE: CONNECT => DO handle 0x60008d748; line 1411 (connection #0) * Using Stream ID: 3 (easy handle 0x60008d748) > POST /pdfium/git-upload-pack HTTP/2 Host: pdfium.googlesource.com User-Agent: git/2.21.0 Accept-Encoding: deflate, gzip, br Content-Type: application/x-git-upload-pack-request Accept: application/x-git-upload-pack-result Content-Encoding: gzip Content-Length: 24306 * STATE: DO => DO_DONE handle 0x60008d748; line 1635 (connection #0) * STATE: DO_DONE => WAITPERFORM handle 0x60008d748; line 1759 (connection #0) * STATE: WAITPERFORM => PERFORM handle 0x60008d748; line 1774 (connection #0) * We are completely uploaded and fine On Tue, May 7, 2019 at 12:04 PM Vincent Torri <[email protected]> wrote: > > Hello > > git clone https://pdfium.googlesource.com/pdfium > > is just doing nothing. > > yesterday, i even get this error : > > error : RPC failed; HTTP 408 curl 22 The requested URL returned error: 408 > > can someone try and see if he has the same problem ? > > note : i have git 2.21.0 > > thank you > > Vincent Torri _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
