Thank you for filling out a Git bug report! Please answer the following questions to help us understand your issue. What did you do before the bug happened? (Steps to reproduce your issue) git clone from azure.devops.com - server behind corporate proxy What did you expect to happen? (Expected behavior) clone of repository gets created locally What happened instead? (Actual behavior) git clone fails with an error message : http.c:868 == Info: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 What's different between what you expected and what actually happened? The connection should not be aborted and the git clone process should complete Anything else you want to add: > $env:GIT_TRACE=1 > $env:GIT_TRACE_PACKET=1 > $env:GIT_TRACE_CURL_NO_DATA=1 > $env:GIT_CURL_VERBOSE=1 > git clone https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[repo] Thank you for filling out a Git bug report! Please answer the following questions to help us understand your issue. What did you do before the bug happened? (Steps to reproduce your issue) git clone from azure.devops.com - server behind corporate proxy What did you expect to happen? (Expected behavior) clone of repository gets created locally What happened instead? (Actual behavior) git clone fails with an error message : http.c:868 == Info: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 What's different between what you expected and what actually happened? The connection should not be aborted and the git clone process should complete Anything else you want to add: > $env:GIT_TRACE=1 > $env:GIT_TRACE_PACKET=1 > $env:GIT_TRACE_CURL_NO_DATA=1 > $env:GIT_CURL_VERBOSE=1 > git clone https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[repo] 14:49:22.803476 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin 14:49:22.817429 git.c:465 trace: built-in: git clone https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[repo] Cloning into '[repo]'... 14:49:22.858109 run-command.c:657 trace: run_command: git remote-https origin https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[repo] 14:49:22.879146 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:22.888111 git.c:750 trace: exec: git-remote-https origin https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[repo] 14:49:22.888111 run-command.c:657 trace: run_command: git-remote-https origin https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[repo] 14:49:22.911111 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:22.942114 http.c:868 == Info: Couldn't find host dev.azure.com in the .netrc file; using defaults 14:49:22.951756 http.c:868 == Info: Host [proxy]:[port] was resolved. 14:49:22.952756 http.c:868 == Info: IPv6: (none) 14:49:22.952756 http.c:868 == Info: IPv4: [proxyIP] 14:49:22.952756 http.c:868 == Info: Trying [proxyIP]:[port]... 14:49:22.976758 http.c:868 == Info: Connected to [proxy] ([proxyIP]) port [port] 14:49:22.976758 http.c:868 == Info: CONNECT tunnel: HTTP/1.1 negotiated 14:49:22.976758 http.c:868 == Info: allocate connect buffer 14:49:22.979756 http.c:868 == Info: Proxy auth using NTLM with user '' 14:49:22.979756 http.c:868 == Info: Establish HTTP proxy tunnel to dev.azure.com:443 14:49:22.979756 http.c:815 => Send header, 0000000223 bytes (0x000000df) 14:49:22.979756 http.c:827 => Send header: CONNECT dev.azure.com:443 HTTP/1.1 14:49:22.980757 http.c:827 => Send header: Host: dev.azure.com:443 14:49:22.980757 http.c:827 => Send header: Proxy-Authorization: NTLM <redacted> 14:49:22.980757 http.c:827 => Send header: User-Agent: git/2.45.1.windows.1 14:49:22.980757 http.c:827 => Send header: Proxy-Connection: Keep-Alive 14:49:22.980757 http.c:827 => Send header: 14:49:22.989772 http.c:815 <= Recv header, 0000000037 bytes (0x00000025) 14:49:22.989772 http.c:827 <= Recv header: HTTP/1.1 200 Connection established 14:49:22.989772 http.c:815 <= Recv header, 0000000037 bytes (0x00000025) 14:49:22.989772 http.c:827 <= Recv header: Date: Tue, 04 Jun 2024 12:49:23 GMT 14:49:22.989772 http.c:815 <= Recv header, 0000000030 bytes (0x0000001e) 14:49:22.989772 http.c:827 <= Recv header: Proxy-Connection: Keep-Alive 14:49:22.989772 http.c:815 <= Recv header, 0000000034 bytes (0x00000022) 14:49:22.989772 http.c:827 <= Recv header: Via: 1.1 [proxyloadbalancer] 14:49:22.990756 http.c:815 <= Recv header, 0000000002 bytes (0x00000002) 14:49:22.990756 http.c:827 <= Recv header: 14:49:22.990756 http.c:868 == Info: CONNECT phase completed 14:49:22.990756 http.c:868 == Info: CONNECT tunnel established, response 200 14:49:22.990756 http.c:868 == Info: ALPN: curl offers h2,http/1.1 14:49:22.991786 http.c:868 == Info: TLSv1.3 (OUT), TLS handshake, Client hello (1): 14:49:23.010933 http.c:868 == Info: CAfile: [pemFilePath] 14:49:23.010933 http.c:868 == Info: CApath: none 14:49:23.012225 http.c:868 == Info: TLSv1.3 (IN), TLS handshake, Server hello (2): 14:49:23.012225 http.c:868 == Info: TLSv1.2 (IN), TLS handshake, Certificate (11): 14:49:23.015177 http.c:868 == Info: TLSv1.2 (IN), TLS handshake, Server key exchange (12): 14:49:23.015726 http.c:868 == Info: TLSv1.2 (IN), TLS handshake, Server finished (14): 14:49:23.017894 http.c:868 == Info: TLSv1.2 (OUT), TLS handshake, Client key exchange (16): 14:49:23.017894 http.c:868 == Info: TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1): 14:49:23.017894 http.c:868 == Info: TLSv1.2 (OUT), TLS handshake, Finished (20): 14:49:23.021402 http.c:868 == Info: TLSv1.2 (IN), TLS handshake, Finished (20): 14:49:23.021402 http.c:868 == Info: SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 / secp384r1 / rsaEncryption 14:49:23.021402 http.c:868 == Info: ALPN: server did not agree on a protocol. Uses default. 14:49:23.021402 http.c:868 == Info: Server certificate: 14:49:23.022504 http.c:868 == Info: subject: C=US; ST=WA; L=Redmond; O=Microsoft Corporation; CN=dev.azure.com 14:49:23.022504 http.c:868 == Info: start date: Mar 27 20:48:07 2024 GMT 14:49:23.022504 http.c:868 == Info: expire date: Sep 23 20:48:07 2024 GMT 14:49:23.023016 http.c:868 == Info: subjectAltName: host "dev.azure.com" matched cert's "dev.azure.com" 14:49:23.023016 http.c:868 == Info: issuer: C=CH; ST=ZH; L=ZH; O=[CorporationName]; OU=[OU Name] ; CN=[CN]; emailAddress=[ITEmailAdress] 14:49:23.023016 http.c:868 == Info: SSL certificate verify ok. 14:49:23.023016 http.c:868 == Info: Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 14:49:23.023016 http.c:868 == Info: Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 14:49:23.023016 http.c:868 == Info: using HTTP/1.x 14:49:23.023016 http.c:815 => Send header, 0000000254 bytes (0x000000fe) 14:49:23.023016 http.c:827 => Send header: GET /[orgname]/[project]/_git/[project]/info/refs?service=git-upload-pack HTTP/1.1 14:49:23.023016 http.c:827 => Send header: Host: dev.azure.com 14:49:23.023016 http.c:827 => Send header: User-Agent: git/2.45.1.windows.1 14:49:23.023016 http.c:827 => Send header: Accept: */* 14:49:23.023016 http.c:827 => Send header: Accept-Encoding: deflate, gzip, br, zstd 14:49:23.023016 http.c:827 => Send header: Pragma: no-cache 14:49:23.023016 http.c:827 => Send header: Git-Protocol: version=2 14:49:23.024016 http.c:827 => Send header: 14:49:23.024016 http.c:868 == Info: Request completely sent off 14:49:23.116015 http.c:815 <= Recv header, 0000000027 bytes (0x0000001b) 14:49:23.116015 http.c:827 <= Recv header: HTTP/1.1 401 Unauthorized 14:49:23.116015 http.c:815 <= Recv header, 0000000024 bytes (0x00000018) 14:49:23.116015 http.c:827 <= Recv header: Cache-Control: private 14:49:23.116015 http.c:815 <= Recv header, 0000000025 bytes (0x00000019) 14:49:23.117014 http.c:827 <= Recv header: Content-Type: text/html 14:49:23.117014 http.c:815 <= Recv header, 0000000124 bytes (0x0000007c) 14:49:23.117014 http.c:827 <= Recv header: P3P: CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV STA UNI COM INT PHY ONL FIN PUR LOC CNT" 14:49:23.117014 http.c:815 <= Recv header, 0000000115 bytes (0x00000073) 14:49:23.117014 http.c:827 <= Recv header: WWW-Authenticate: Bearer authorization_uri=https://login.microsoftonline.com/82cd7a1e-9b8e-4ad6-b17c-2130952f0e52 14:49:23.117014 http.c:815 <= Recv header, 0000000071 bytes (0x00000047) 14:49:23.117014 http.c:827 <= Recv header: WWW-Authenticate: Basic realm=https://tfsprodweu6.visualstudio.com/ 14:49:23.117014 http.c:815 <= Recv header, 0000000033 bytes (0x00000021) 14:49:23.117014 http.c:827 <= Recv header: WWW-Authenticate: TFS-Federated 14:49:23.118014 http.c:815 <= Recv header, 0000000055 bytes (0x00000037) 14:49:23.118014 http.c:827 <= Recv header: X-TFS-ProcessId: 13739646-7762-4e00-95c3-b17907e19bca 14:49:23.118014 http.c:815 <= Recv header, 0000000064 bytes (0x00000040) 14:49:23.118014 http.c:827 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains 14:49:23.118014 http.c:815 <= Recv header, 0000000050 bytes (0x00000032) 14:49:23.118014 http.c:827 <= Recv header: ActivityId: 660ce43e-7d37-45f1-a89c-57569d111087 14:49:23.118014 http.c:815 <= Recv header, 0000000053 bytes (0x00000035) 14:49:23.118014 http.c:827 <= Recv header: X-TFS-Session: 660ce43e-7d37-45f1-a89c-57569d111087 14:49:23.118014 http.c:815 <= Recv header, 0000000051 bytes (0x00000033) 14:49:23.118014 http.c:827 <= Recv header: X-VSS-E2EID: 660ce43e-7d37-45f1-a89c-57569d111087 14:49:23.118014 http.c:815 <= Recv header, 0000000064 bytes (0x00000040) 14:49:23.118014 http.c:827 <= Recv header: X-VSS-SenderDeploymentId: d057ee96-f15e-77ba-a4b5-e816729e2236 14:49:23.118014 http.c:815 <= Recv header, 0000000029 bytes (0x0000001d) 14:49:23.118014 http.c:827 <= Recv header: X-FRAME-OPTIONS: SAMEORIGIN 14:49:23.119014 http.c:815 <= Recv header, 0000000059 bytes (0x0000003b) 14:49:23.119014 http.c:827 <= Recv header: X-TFS-FedAuthRealm: https://tfsprodweu6.visualstudio.com/ 14:49:23.119014 http.c:815 <= Recv header, 0000000054 bytes (0x00000036) 14:49:23.119014 http.c:827 <= Recv header: X-TFS-FedAuthIssuer: https://dev.azure.com/[orgname]/ 14:49:23.119014 http.c:815 <= Recv header, 0000000068 bytes (0x00000044) 14:49:23.119014 http.c:827 <= Recv header: X-VSS-AuthorizationEndpoint: https://vssps.dev.azure.com/[orgname]/ 14:49:23.119014 http.c:815 <= Recv header, 0000000060 bytes (0x0000003c) 14:49:23.119014 http.c:827 <= Recv header: X-VSS-ResourceTenant: 82cd7a1e-9b8e-4ad6-b17c-2130952f0e52 14:49:23.119014 http.c:815 <= Recv header, 0000000710 bytes (0x000002c6) 14:49:23.119014 http.c:827 <= Recv header: X-TFS-SoapException: %3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csoap%3AEnvelope%20xmlns%3Asoap%3D%22http%3A%2F%2Fwww.w3.org%2F2003%2F05%2Fsoap-envelope%22%3E%3Csoap%3ABody%3E%3Csoap%3AFault%3E%3Csoap%3ACode%3E%3Csoap%3AValue%3Esoap%3AReceiver%3C%2Fsoap%3AValue%3E%3Csoap%3ASubcode%3E%3Csoap%3AValue%3EUnauthorizedRequestException%3C%2Fsoap%3AValue%3E%3C%2Fsoap%3ASubcode%3E%3C%2Fsoap%3ACode%3E%3Csoap%3AReason%3E%3Csoap%3AText%20xml%3Alang%3D%22en%22%3ETF400813%3A%20The%20user%20%27aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa%27%20is%20not%20authorized%20to%20access%20this%20resource.%3C%2Fsoap%3AText%3E%3C%2Fsoap%3AReason%3E%3C%2Fsoap%3AFault%3E%3C%2Fsoap%3ABody%3E%3C%2Fsoap%3AEnvelope%3E 14:49:23.119014 http.c:815 <= Recv header, 0000000148 bytes (0x00000094) 14:49:23.119014 http.c:827 <= Recv header: X-TFS-ServiceError: TF400813%3A%20The%20user%20%27aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa%27%20is%20not%20authorized%20to%20access%20this%20resource. 14:49:23.119014 http.c:815 <= Recv header, 0000000079 bytes (0x0000004f) 14:49:23.119014 http.c:827 <= Recv header: X-VSS-S2STargetService: 00000002-0000-8888-8000-000000000000/visualstudio.com 14:49:23.119014 http.c:815 <= Recv header, 0000000554 bytes (0x0000022a) 14:49:23.119014 http.c:827 <= Recv header: X-TFS-FedAuthRedirect: https://spsprodweu2.vssps.visualstudio.com/_signin?realm=dev.azure.com&reply_to=https%3A%2F%2Fdev.azure.com%2F[orgname]%2F[repo]%2F_git%2F[repo]%2Finfo%2Frefs%3Fservice%3Dgit-upload-pack&redirect=1&hid=e8dffc43-70f9-4181-aa75-f165325ddb5b&context=eyJodCI6MiwiaGlkIjoiNWM4Mzg1MTUtMGZmMS00OWVhLTgzMDAtY2I4NmMzNGQ5ODA2IiwicXMiOnt9LCJyciI6IiIsInZoIjoiIiwiY3YiOiIiLCJjcyI6IiJ90#ctx=eyJTaWduSW5Db29raWVEb21haW5zIjpbImh0dHBzOi8vbG9naW4ubWljcm9zb2Z0b25saW5lLmNvbSIsImh0dHBzOi8vbG9naW4ubWljcm9zb2Z0b25saW5lLmNvbSJdfQ2 14:49:23.119014 http.c:815 <= Recv header, 0000000068 bytes (0x00000044) 14:49:23.119014 http.c:827 <= Recv header: Request-Context: appId=cid-v1:75f7e064-d741-4620-89f0-b5624ba3fe6d 14:49:23.120015 http.c:815 <= Recv header, 0000000048 bytes (0x00000030) 14:49:23.120015 http.c:827 <= Recv header: Access-Control-Expose-Headers: Request-Context 14:49:23.120015 http.c:815 <= Recv header, 0000000033 bytes (0x00000021) 14:49:23.120015 http.c:827 <= Recv header: X-Content-Type-Options: nosniff 14:49:23.120015 http.c:815 <= Recv header, 0000000025 bytes (0x00000019) 14:49:23.120015 http.c:827 <= Recv header: X-Cache: CONFIG_NOCACHE 14:49:23.120015 http.c:815 <= Recv header, 0000000102 bytes (0x00000066) 14:49:23.120015 http.c:827 <= Recv header: X-MSEdge-Ref: Ref A: D3ECA939E2DE4CE2933665CE6CB5F9C2 Ref B: ZRHEDGE1919 Ref C: 2024-06-04T12:49:23Z 14:49:23.120015 http.c:815 <= Recv header, 0000000037 bytes (0x00000025) 14:49:23.120015 http.c:827 <= Recv header: Date: Tue, 04 Jun 2024 12:49:23 GMT 14:49:23.120015 http.c:815 <= Recv header, 0000000008 bytes (0x00000008) 14:49:23.120015 http.c:827 <= Recv header: Age: 0 14:49:23.120015 http.c:815 <= Recv header, 0000000040 bytes (0x00000028) 14:49:23.120015 http.c:827 <= Recv header: Via: HTTPS/1.1 [proxyloadbalancer] 14:49:23.120015 http.c:815 <= Recv header, 0000000023 bytes (0x00000017) 14:49:23.121015 http.c:827 <= Recv header: Content-Length: 89612 14:49:23.121015 http.c:815 <= Recv header, 0000000002 bytes (0x00000002) 14:49:23.121015 http.c:827 <= Recv header: 14:49:23.121015 http.c:868 == Info: Ignoring the response-body 14:49:23.121015 http.c:868 == Info: Connection #0 to host [proxy] left intact 14:49:23.121015 http.c:868 == Info: Issue another request to this URL: 'https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[project]/info/refs?service=git-upload-pack' 14:49:23.121015 http.c:868 == Info: Couldn't find host dev.azure.com in the .netrc file; using defaults 14:49:23.121015 http.c:868 == Info: Found bundle for host: 0x1f8d5466040 [serially] 14:49:23.121015 http.c:868 == Info: Can not multiplex, even if we wanted to 14:49:23.121015 http.c:868 == Info: Re-using existing connection with proxy [proxy] 14:49:23.122014 http.c:868 == Info: Server auth using Basic with user '[orgname]' 14:49:23.122014 http.c:815 => Send header, 0000000289 bytes (0x00000121) 14:49:23.122014 http.c:827 => Send header: GET /[orgname]/[project]/_git/[project]/info/refs?service=git-upload-pack HTTP/1.1 14:49:23.122014 http.c:827 => Send header: Host: dev.azure.com 14:49:23.122014 http.c:827 => Send header: Authorization: Basic <redacted> 14:49:23.122014 http.c:827 => Send header: User-Agent: git/2.45.1.windows.1 14:49:23.122014 http.c:827 => Send header: Accept: */* 14:49:23.122014 http.c:827 => Send header: Accept-Encoding: deflate, gzip, br, zstd 14:49:23.122014 http.c:827 => Send header: Pragma: no-cache 14:49:23.122014 http.c:827 => Send header: Git-Protocol: version=2 14:49:23.122014 http.c:827 => Send header: 14:49:23.122014 http.c:868 == Info: Request completely sent off 14:49:23.183703 http.c:815 <= Recv header, 0000000027 bytes (0x0000001b) 14:49:23.183703 http.c:827 <= Recv header: HTTP/1.1 401 Unauthorized 14:49:23.183703 http.c:815 <= Recv header, 0000000124 bytes (0x0000007c) 14:49:23.184670 http.c:827 <= Recv header: P3P: CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV STA UNI COM INT PHY ONL FIN PUR LOC CNT" 14:49:23.184670 http.c:868 == Info: Authentication problem. Ignoring this. 14:49:23.184670 http.c:815 <= Recv header, 0000000071 bytes (0x00000047) 14:49:23.184670 http.c:827 <= Recv header: WWW-Authenticate: Basic realm=https://tfsprodweu6.visualstudio.com/ 14:49:23.184670 http.c:815 <= Recv header, 0000000055 bytes (0x00000037) 14:49:23.184670 http.c:827 <= Recv header: X-TFS-ProcessId: b4c78c9d-7038-4d42-a24f-0ce910d3044f 14:49:23.184670 http.c:815 <= Recv header, 0000000064 bytes (0x00000040) 14:49:23.184670 http.c:827 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains 14:49:23.184670 http.c:815 <= Recv header, 0000000050 bytes (0x00000032) 14:49:23.185669 http.c:827 <= Recv header: ActivityId: 7629b92c-4f3d-4080-bfed-68f84ea23a45 14:49:23.185669 http.c:815 <= Recv header, 0000000053 bytes (0x00000035) 14:49:23.185669 http.c:827 <= Recv header: X-TFS-Session: 7629b92c-4f3d-4080-bfed-68f84ea23a45 14:49:23.185669 http.c:815 <= Recv header, 0000000051 bytes (0x00000033) 14:49:23.185669 http.c:827 <= Recv header: X-VSS-E2EID: 7629b92c-4f3d-4080-bfed-68f84ea23a45 14:49:23.185669 http.c:815 <= Recv header, 0000000064 bytes (0x00000040) 14:49:23.185669 http.c:827 <= Recv header: X-VSS-SenderDeploymentId: d057ee96-f15e-77ba-a4b5-e816729e2236 14:49:23.185669 http.c:815 <= Recv header, 0000000068 bytes (0x00000044) 14:49:23.185669 http.c:827 <= Recv header: Request-Context: appId=cid-v1:75f7e064-d741-4620-89f0-b5624ba3fe6d 14:49:23.185669 http.c:815 <= Recv header, 0000000048 bytes (0x00000030) 14:49:23.185669 http.c:827 <= Recv header: Access-Control-Expose-Headers: Request-Context 14:49:23.185669 http.c:815 <= Recv header, 0000000033 bytes (0x00000021) 14:49:23.185669 http.c:827 <= Recv header: X-Content-Type-Options: nosniff 14:49:23.185669 http.c:815 <= Recv header, 0000000025 bytes (0x00000019) 14:49:23.185669 http.c:827 <= Recv header: X-Cache: CONFIG_NOCACHE 14:49:23.185669 http.c:815 <= Recv header, 0000000102 bytes (0x00000066) 14:49:23.185669 http.c:827 <= Recv header: X-MSEdge-Ref: Ref A: 77CDC0F2D56D4578BDAF2161F9E0EE00 Ref B: ZRHEDGE1919 Ref C: 2024-06-04T12:49:23Z 14:49:23.185669 http.c:815 <= Recv header, 0000000037 bytes (0x00000025) 14:49:23.185669 http.c:827 <= Recv header: Date: Tue, 04 Jun 2024 12:49:23 GMT 14:49:23.185669 http.c:815 <= Recv header, 0000000019 bytes (0x00000013) 14:49:23.185669 http.c:827 <= Recv header: Content-Length: 0 14:49:23.185669 http.c:815 <= Recv header, 0000000008 bytes (0x00000008) 14:49:23.185669 http.c:827 <= Recv header: Age: 0 14:49:23.185669 http.c:815 <= Recv header, 0000000040 bytes (0x00000028) 14:49:23.186669 http.c:827 <= Recv header: Via: HTTPS/1.1 [proxyloadbalancer] 14:49:23.186669 http.c:815 <= Recv header, 0000000002 bytes (0x00000002) 14:49:23.186669 http.c:827 <= Recv header: 14:49:23.186669 http.c:868 == Info: Connection #0 to host [proxy] left intact 14:49:23.186669 run-command.c:657 trace: run_command: 'git credential-manager get' 14:49:23.251288 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:23.260288 git.c:750 trace: exec: git-credential-manager get 14:49:23.261289 run-command.c:657 trace: run_command: git-credential-manager get 14:49:23.361417 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:23.371416 git.c:465 trace: built-in: git config --null --list 14:49:23.524251 http.c:868 == Info: Found bundle for host: 0x1f8d5466040 [serially] 14:49:23.524251 http.c:868 == Info: Can not multiplex, even if we wanted to 14:49:23.524251 http.c:868 == Info: Re-using existing connection with proxy [proxy] 14:49:23.524251 http.c:868 == Info: Server auth using Basic with user '[UserEmailAdress]' 14:49:23.524251 http.c:815 => Send header, 0000000365 bytes (0x0000016d) 14:49:23.524251 http.c:827 => Send header: GET /[orgname]/[project]/_git/[project]/info/refs?service=git-upload-pack HTTP/1.1 14:49:23.524762 http.c:827 => Send header: Host: dev.azure.com 14:49:23.524783 http.c:827 => Send header: Authorization: Basic <redacted> 14:49:23.524783 http.c:827 => Send header: User-Agent: git/2.45.1.windows.1 14:49:23.524783 http.c:827 => Send header: Accept: */* 14:49:23.524783 http.c:827 => Send header: Accept-Encoding: deflate, gzip, br, zstd 14:49:23.524783 http.c:827 => Send header: Pragma: no-cache 14:49:23.524783 http.c:827 => Send header: Git-Protocol: version=2 14:49:23.524783 http.c:827 => Send header: 14:49:23.524783 http.c:868 == Info: Request completely sent off 14:49:23.817775 http.c:815 <= Recv header, 0000000017 bytes (0x00000011) 14:49:23.817775 http.c:827 <= Recv header: HTTP/1.1 200 OK 14:49:23.817775 http.c:815 <= Recv header, 0000000024 bytes (0x00000018) 14:49:23.818777 http.c:827 <= Recv header: Cache-Control: private 14:49:23.818777 http.c:815 <= Recv header, 0000000059 bytes (0x0000003b) 14:49:23.818777 http.c:827 <= Recv header: Content-Type: application/x-git-upload-pack-advertisement 14:49:23.818777 http.c:815 <= Recv header, 0000000124 bytes (0x0000007c) 14:49:23.818777 http.c:827 <= Recv header: P3P: CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV STA UNI COM INT PHY ONL FIN PUR LOC CNT" 14:49:23.818777 http.c:815 <= Recv header, 0000000055 bytes (0x00000037) 14:49:23.818777 http.c:827 <= Recv header: X-TFS-ProcessId: 8ed32538-bbaa-4f4a-a597-0bec20aa70b3 14:49:23.818777 http.c:815 <= Recv header, 0000000064 bytes (0x00000040) 14:49:23.819775 http.c:827 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains 14:49:23.819775 http.c:815 <= Recv header, 0000000050 bytes (0x00000032) 14:49:23.819775 http.c:827 <= Recv header: ActivityId: 9c3c5c27-ba42-48a8-89d9-a81c9861d909 14:49:23.819775 http.c:815 <= Recv header, 0000000053 bytes (0x00000035) 14:49:23.819775 http.c:827 <= Recv header: X-TFS-Session: 9c3c5c27-ba42-48a8-89d9-a81c9861d909 14:49:23.819775 http.c:815 <= Recv header, 0000000051 bytes (0x00000033) 14:49:23.819775 http.c:827 <= Recv header: X-VSS-E2EID: 9c3c5c27-ba42-48a8-89d9-a81c9861d909 14:49:23.819775 http.c:815 <= Recv header, 0000000064 bytes (0x00000040) 14:49:23.820777 http.c:827 <= Recv header: X-VSS-SenderDeploymentId: d057ee96-f15e-77ba-a4b5-e816729e2236 14:49:23.820777 http.c:815 <= Recv header, 0000000068 bytes (0x00000044) 14:49:23.820777 http.c:827 <= Recv header: X-VSS-UserData: 80f385bf-ddc0-69bf-93ab-48af7305eeb5:[UserEmailAdress] 14:49:23.820777 http.c:815 <= Recv header, 0000000029 bytes (0x0000001d) 14:49:23.820777 http.c:827 <= Recv header: X-FRAME-OPTIONS: SAMEORIGIN 14:49:23.820777 http.c:815 <= Recv header, 0000000068 bytes (0x00000044) 14:49:23.820777 http.c:827 <= Recv header: Request-Context: appId=cid-v1:75f7e064-d741-4620-89f0-b5624ba3fe6d 14:49:23.820777 http.c:815 <= Recv header, 0000000048 bytes (0x00000030) 14:49:23.820777 http.c:827 <= Recv header: Access-Control-Expose-Headers: Request-Context 14:49:23.820777 http.c:815 <= Recv header, 0000000033 bytes (0x00000021) 14:49:23.820777 http.c:827 <= Recv header: X-Content-Type-Options: nosniff 14:49:23.820777 http.c:815 <= Recv header, 0000000025 bytes (0x00000019) 14:49:23.820777 http.c:827 <= Recv header: X-Cache: CONFIG_NOCACHE 14:49:23.820777 http.c:815 <= Recv header, 0000000102 bytes (0x00000066) 14:49:23.820777 http.c:827 <= Recv header: X-MSEdge-Ref: Ref A: 28F19660FD514775AED1ADCA2D759DE5 Ref B: ZRHEDGE1919 Ref C: 2024-06-04T12:49:23Z 14:49:23.821775 http.c:815 <= Recv header, 0000000037 bytes (0x00000025) 14:49:23.821775 http.c:827 <= Recv header: Date: Tue, 04 Jun 2024 12:49:23 GMT 14:49:23.821775 http.c:815 <= Recv header, 0000000021 bytes (0x00000015) 14:49:23.821775 http.c:827 <= Recv header: Content-Length: 657 14:49:23.821775 http.c:815 <= Recv header, 0000000008 bytes (0x00000008) 14:49:23.821775 http.c:827 <= Recv header: Age: 2 14:49:23.821775 http.c:815 <= Recv header, 0000000040 bytes (0x00000028) 14:49:23.821775 http.c:827 <= Recv header: Via: HTTPS/1.1 [proxyloadbalancer] 14:49:23.821775 http.c:815 <= Recv header, 0000000002 bytes (0x00000002) 14:49:23.821775 http.c:827 <= Recv header: 14:49:23.821775 http.c:868 == Info: Connection #0 to host [proxy] left intact 14:49:23.821775 run-command.c:657 trace: run_command: 'git credential-manager store' 14:49:23.897409 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:23.906409 git.c:750 trace: exec: git-credential-manager store 14:49:23.906409 run-command.c:657 trace: run_command: git-credential-manager store 14:49:23.995027 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:24.001028 git.c:465 trace: built-in: git config --null --list 14:49:24.152702 run-command.c:657 trace: run_command: 'git credential-manager store' 14:49:24.216791 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:24.225791 git.c:750 trace: exec: git-credential-manager store 14:49:24.225791 run-command.c:657 trace: run_command: git-credential-manager store 14:49:24.319423 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:24.325424 git.c:465 trace: built-in: git config --null --list 14:49:24.476084 pkt-line.c:86 packet: git< # service=git-upload-pack 14:49:24.476084 pkt-line.c:86 packet: git< 0000 14:49:24.476084 pkt-line.c:86 packet: git< 284375f673bb7bb2c3574f1896eb590b2da64843 HEAD\0 multi_ack thin-pack side-band side-band-64k no-progress multi_ack_detailed no-done shallow allow-tip-sha1-in-want filter symref=HEAD:refs/heads/main 14:49:24.476084 pkt-line.c:86 packet: git< 7b4c63188e7335a4eed9225a500703509eddb2ec refs/heads/feature/mahr/work 14:49:24.476084 pkt-line.c:86 packet: git< a2b10484ef8c0bbd8b83448cb4d2fa0af3ebe21e refs/heads/hotfix/01.08.01 14:49:24.476084 pkt-line.c:86 packet: git< 2295c8a86cef38646f07314b9ec6ad44c23d53da refs/heads/hotfix/01.08.02 14:49:24.476084 pkt-line.c:86 packet: git< 284375f673bb7bb2c3574f1896eb590b2da64843 refs/heads/main 14:49:24.476084 pkt-line.c:86 packet: git< 0d04bdfef3dd4399455406bf580fb71dd694b027 refs/heads/release/01.07 14:49:24.477085 pkt-line.c:86 packet: git< a132742d74b7de80b6bb038e8237d8ba6ab73855 refs/heads/release/01.08 14:49:24.477085 pkt-line.c:86 packet: git< 0000 14:49:24.499085 pkt-line.c:86 packet: git> 284375f673bb7bb2c3574f1896eb590b2da64843 refs/heads/main 14:49:24.499085 pkt-line.c:86 packet: git> 7b4c63188e7335a4eed9225a500703509eddb2ec refs/heads/feature/mahr/work 14:49:24.499085 pkt-line.c:86 packet: git> a2b10484ef8c0bbd8b83448cb4d2fa0af3ebe21e refs/heads/hotfix/01.08.01 14:49:24.499085 pkt-line.c:86 packet: git> 2295c8a86cef38646f07314b9ec6ad44c23d53da refs/heads/hotfix/01.08.02 14:49:24.499085 pkt-line.c:86 packet: git> 284375f673bb7bb2c3574f1896eb590b2da64843 refs/heads/main 14:49:24.499085 pkt-line.c:86 packet: git> 0d04bdfef3dd4399455406bf580fb71dd694b027 refs/heads/release/01.07 14:49:24.499085 pkt-line.c:86 packet: git> a132742d74b7de80b6bb038e8237d8ba6ab73855 refs/heads/release/01.08 14:49:24.500085 pkt-line.c:86 packet: git> 0000 14:49:24.500085 run-command.c:657 trace: run_command: git fetch-pack --stateless-rpc --stdin --lock-pack --thin --check-self-contained-and-connected --cloning https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[project]/ 14:49:24.523085 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:24.537085 git.c:465 trace: built-in: git fetch-pack --stateless-rpc --stdin --lock-pack --thin --check-self-contained-and-connected --cloning https://[orgname]@dev.azure.com/[orgname]/[project]/_git/[project]/ 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 284375f673bb7bb2c3574f1896eb590b2da64843 refs/heads/main 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 7b4c63188e7335a4eed9225a500703509eddb2ec refs/heads/feature/mahr/work 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< a2b10484ef8c0bbd8b83448cb4d2fa0af3ebe21e refs/heads/hotfix/01.08.01 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 2295c8a86cef38646f07314b9ec6ad44c23d53da refs/heads/hotfix/01.08.02 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 284375f673bb7bb2c3574f1896eb590b2da64843 refs/heads/main 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 0d04bdfef3dd4399455406bf580fb71dd694b027 refs/heads/release/01.07 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< a132742d74b7de80b6bb038e8237d8ba6ab73855 refs/heads/release/01.08 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 0000 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 284375f673bb7bb2c3574f1896eb590b2da64843 HEAD\0 multi_ack thin-pack side-band side-band-64k no-progress multi_ack_detailed no-done shallow allow-tip-sha1-in-want filter symref=HEAD:refs/heads/main 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 7b4c63188e7335a4eed9225a500703509eddb2ec refs/heads/feature/mahr/work 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< a2b10484ef8c0bbd8b83448cb4d2fa0af3ebe21e refs/heads/hotfix/01.08.01 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 2295c8a86cef38646f07314b9ec6ad44c23d53da refs/heads/hotfix/01.08.02 14:49:24.538084 pkt-line.c:86 packet: fetch-pack< 284375f673bb7bb2c3574f1896eb590b2da64843 refs/heads/main 14:49:24.539085 pkt-line.c:86 packet: fetch-pack< 0d04bdfef3dd4399455406bf580fb71dd694b027 refs/heads/release/01.07 14:49:24.539085 pkt-line.c:86 packet: fetch-pack< a132742d74b7de80b6bb038e8237d8ba6ab73855 refs/heads/release/01.08 14:49:24.539085 pkt-line.c:86 packet: fetch-pack< 0000 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> want 7b4c63188e7335a4eed9225a500703509eddb2ec multi_ack_detailed no-done side-band-64k thin-pack 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> want a2b10484ef8c0bbd8b83448cb4d2fa0af3ebe21e 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> want 2295c8a86cef38646f07314b9ec6ad44c23d53da 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> want 284375f673bb7bb2c3574f1896eb590b2da64843 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> want 0d04bdfef3dd4399455406bf580fb71dd694b027 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> want a132742d74b7de80b6bb038e8237d8ba6ab73855 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> 0000 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> done 14:49:24.546086 pkt-line.c:86 packet: fetch-pack> 0000 14:49:24.546086 pkt-line.c:86 packet: git< 0065want 7b4c63188e7335a4eed9225a500703509eddb2ec multi_ack_detailed no-done side-band-64k thin-pack0032want a2b10484ef8c0bbd8b83448cb4d2fa0af3ebe21e0032want 2295c8a86cef38646f07314b9ec6ad44c23d53da0032want 284375f673bb7bb2c3574f1896eb590b2da648430032want 0d04bdfef3dd4399455406bf580fb71dd694b0270032want a132742d74b7de80b6bb038e8237d8ba6ab7385500000009done 14:49:24.546086 pkt-line.c:86 packet: git< 0000 14:49:24.546086 http.c:868 == Info: Found bundle for host: 0x1f8d5466040 [serially] 14:49:24.546086 http.c:868 == Info: Can not multiplex, even if we wanted to 14:49:24.547084 http.c:868 == Info: Re-using existing connection with proxy [proxy] 14:49:24.547084 http.c:868 == Info: Server auth using Basic with user '[UserEmailAdress]' 14:49:24.548085 http.c:815 => Send header, 0000000412 bytes (0x0000019c) 14:49:24.548085 http.c:827 => Send header: POST /[orgname]/[project]/_git/[project]/git-upload-pack HTTP/1.1 14:49:24.548085 http.c:827 => Send header: Host: dev.azure.com 14:49:24.548085 http.c:827 => Send header: Authorization: Basic <redacted> 14:49:24.548085 http.c:827 => Send header: User-Agent: git/2.45.1.windows.1 14:49:24.548085 http.c:827 => Send header: Accept-Encoding: deflate, gzip, br, zstd 14:49:24.548085 http.c:827 => Send header: Content-Type: application/x-git-upload-pack-request 14:49:24.548085 http.c:827 => Send header: Accept: application/x-git-upload-pack-result 14:49:24.548085 http.c:827 => Send header: Content-Length: 364 14:49:24.548085 http.c:827 => Send header: 14:49:24.548085 http.c:868 == Info: upload completely sent off: 364 bytes 14:49:25.867141 http.c:815 <= Recv header, 0000000017 bytes (0x00000011) 14:49:25.867141 http.c:827 <= Recv header: HTTP/1.1 200 OK 14:49:25.867141 http.c:815 <= Recv header, 0000000024 bytes (0x00000018) 14:49:25.867141 http.c:827 <= Recv header: Cache-Control: private 14:49:25.867141 http.c:815 <= Recv header, 0000000052 bytes (0x00000034) 14:49:25.867141 http.c:827 <= Recv header: Content-Type: application/x-git-upload-pack-result 14:49:25.867141 http.c:815 <= Recv header, 0000000124 bytes (0x0000007c) 14:49:25.867141 http.c:827 <= Recv header: P3P: CP="CAO DSP COR ADMa DEV CONo TELo CUR PSA PSD TAI IVDo OUR SAMi BUS DEM NAV STA UNI COM INT PHY ONL FIN PUR LOC CNT" 14:49:25.867141 http.c:815 <= Recv header, 0000000055 bytes (0x00000037) 14:49:25.867141 http.c:827 <= Recv header: X-TFS-ProcessId: 3de0a1ef-e74f-44f9-b5e8-944a63e52470 14:49:25.868142 http.c:815 <= Recv header, 0000000064 bytes (0x00000040) 14:49:25.868142 http.c:827 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains 14:49:25.868142 http.c:815 <= Recv header, 0000000050 bytes (0x00000032) 14:49:25.868142 http.c:827 <= Recv header: ActivityId: 30409b7e-9542-4374-9d03-037b1b3ec975 14:49:25.868142 http.c:815 <= Recv header, 0000000053 bytes (0x00000035) 14:49:25.868142 http.c:827 <= Recv header: X-TFS-Session: 30409b7e-9542-4374-9d03-037b1b3ec975 14:49:25.868142 http.c:815 <= Recv header, 0000000051 bytes (0x00000033) 14:49:25.868142 http.c:827 <= Recv header: X-VSS-E2EID: 30409b7e-9542-4374-9d03-037b1b3ec975 14:49:25.868142 http.c:815 <= Recv header, 0000000064 bytes (0x00000040) 14:49:25.868142 http.c:827 <= Recv header: X-VSS-SenderDeploymentId: d057ee96-f15e-77ba-a4b5-e816729e2236 14:49:25.868142 http.c:815 <= Recv header, 0000000068 bytes (0x00000044) 14:49:25.869142 http.c:827 <= Recv header: X-VSS-UserData: 80f385bf-ddc0-69bf-93ab-48af7305eeb5:[UserEmailAdress] 14:49:25.869142 http.c:815 <= Recv header, 0000000029 bytes (0x0000001d) 14:49:25.869142 http.c:827 <= Recv header: X-FRAME-OPTIONS: SAMEORIGIN 14:49:25.869142 http.c:815 <= Recv header, 0000000068 bytes (0x00000044) 14:49:25.869142 http.c:827 <= Recv header: Request-Context: appId=cid-v1:75f7e064-d741-4620-89f0-b5624ba3fe6d 14:49:25.869142 http.c:815 <= Recv header, 0000000048 bytes (0x00000030) 14:49:25.869142 http.c:827 <= Recv header: Access-Control-Expose-Headers: Request-Context 14:49:25.869142 http.c:815 <= Recv header, 0000000033 bytes (0x00000021) 14:49:25.869142 http.c:827 <= Recv header: X-Content-Type-Options: nosniff 14:49:25.869142 http.c:815 <= Recv header, 0000000025 bytes (0x00000019) 14:49:25.869142 http.c:827 <= Recv header: X-Cache: CONFIG_NOCACHE 14:49:25.869142 http.c:815 <= Recv header, 0000000102 bytes (0x00000066) 14:49:25.869142 http.c:827 <= Recv header: X-MSEdge-Ref: Ref A: 769A13D70D4542009F68AAFDC0DC25D6 Ref B: ZRHEDGE1018 Ref C: 2024-06-04T12:49:24Z 14:49:25.869142 http.c:815 <= Recv header, 0000000037 bytes (0x00000025) 14:49:25.870141 http.c:827 <= Recv header: Date: Tue, 04 Jun 2024 12:49:25 GMT 14:49:25.870141 http.c:815 <= Recv header, 0000000008 bytes (0x00000008) 14:49:25.870141 http.c:827 <= Recv header: Age: 3 14:49:25.870141 http.c:815 <= Recv header, 0000000019 bytes (0x00000013) 14:49:25.870141 http.c:827 <= Recv header: Connection: close 14:49:25.870141 http.c:815 <= Recv header, 0000000040 bytes (0x00000028) 14:49:25.870141 http.c:827 <= Recv header: Via: HTTPS/1.1 [proxyloadbalancer] 14:49:25.870141 http.c:815 <= Recv header, 0000000002 bytes (0x00000002) 14:49:25.870141 http.c:827 <= Recv header: 14:49:25.870141 pkt-line.c:86 packet: fetch-pack< NAK 14:49:25.870141 pkt-line.c:86 packet: fetch-pack> 0000 14:49:25.871142 pkt-line.c:86 packet: sideband< \2Azure Repos remote: Azure Repos 14:49:25.871142 pkt-line.c:86 packet: sideband< \2\15Found 1385 objects to send. (93 ms) remote: Found 1385 objects to send. (93 ms) 14:49:25.871142 pkt-line.c:86 packet: sideband< PACK ... 14:49:25.878124 run-command.c:657 trace: run_command: git index-pack --stdin -v --fix-thin '--keep=fetch-pack 78064 on [hostname]' --check-self-contained-and-connected --pack_header=2,1385 14:49:25.898248 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 14:49:25.908248 git.c:465 trace: built-in: git index-pack --stdin -v --fix-thin '--keep=fetch-pack 78064 on [hostname]' --check-self-contained-and-connected --pack_header=2,1385 14:49:25.932242 http.c:868 == Info: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 14:49:25.933242 http.c:868 == Info: Closing connection error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 14:49:25.935365 pkt-line.c:86 packet: sideband< 0000 Receiving objects: 100% (1385/1385), 292.44 KiB | 12.71 MiB/s, done. Resolving deltas: 100% (886/886), done. Please review the rest of the bug report below. You can delete any lines you don't wish to share. [System Info] git version: git version 2.45.1.windows.1 cpu: x86_64 built from commit: 965b16798dab6962ada5b0d8cf0dca68f385c448 sizeof-long: 4 sizeof-size_t: 8 shell-path: /bin/sh feature: fsmonitor--daemon uname: Windows 10.0 19045 compiler info: gnuc: 13.2 libc info: no libc information available $SHELL (typically, interactive shell): <unset> [Enabled Hooks] not run from a git repository - no hooks to show Please review the rest of the bug report below. You can delete any lines you don't wish to share. [System Info] git version: git version 2.45.1.windows.1 cpu: x86_64 built from commit: 965b16798dab6962ada5b0d8cf0dca68f385c448 sizeof-long: 4 sizeof-size_t: 8 shell-path: /bin/sh feature: fsmonitor--daemon uname: Windows 10.0 19045 compiler info: gnuc: 13.2 libc info: no libc information available $SHELL (typically, interactive shell): <unset> [Enabled Hooks] not run from a git repository - no hooks to show Kind regards Tom Thomas Gemmrich Senior Software Engineer Software Entwicklung VZ Corporate Services AG Gotthardstrasse 6 CH - 8002 Zürich Tel: +41 44 207 27 27 http://www.vermoegenszentrum.ch Unser aktuelles Expertenvideo Gestützt auf den bisherigen E-Mail Verkehr oder anderweitige Interaktion mit Ihnen und/oder einer mit Ihnen getroffenen Absprache betrachten wir uns als berechtigt, mit Ihnen per E-Mail zu kommunizieren. Sur la base des échanges d'e-mails effectués jusqu'à ce jour ou d'autres interactions avec vous et/ou d'un accord conclu avec vous, nous nous considérons comme habilités à communiquer avec vous par e-mail. A seguito del traffico di posta elettronica avvenuto finora o di interazioni di altro genere con la sua persona e/o di un accordo stabilito con lei, ci riteniamo autorizzati a comunicare con lei per e-mail. This e-mail (including any attachments) may contain confidential, proprietary or privileged information and is only for the use of the intended recipient. No confidentiality or privilege is waived or lost by any transmission errors. If you have received this e-mail by error, please notify the sender immediately, delete this e-mail (including any attachments) and all copies of it from your system and destroy any hard copies of it. If you are not the intended recipient of this e-mail, you are hereby notified that you must not use, copy, disclose, distribute, print or take any action based on this e-mail or information herein. VZ Holding AG and/or its affiliates reserve the right to intercept and monitor all e-mail communications through its networks if legally allowed. Message transmission is not guaranteed to be secure. VZ Holding AG and/or its affiliates reject any liability for damages that result from e-mail correspondence. Thank you for your cooperation.