Replies: 1 comment
-
After referring to this information: Create Artifact Container - Attempt X of 5 failed with error: read ECONNRESET · community · Discussion #76352 · GitHub,we resolved the issue by adjusting the MTU settings to ensure compatibility between the runner network and the higher layers. The discrepancy in MTU values between the runner network (1500) and higher layers (CNI etc) (1450) is leading to a situation where the TCP SYN packet size used by GitHub (1460) is not compatible with the higher layers, preventing a response from reaching the development _work. ==> To view your MTU value on CMD, use the command: netsh interface ipv4 show subinterfaces. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
Does anyone have any idea about this error: "Error: Create Artifact Container failed: Invalid URL"? I'm using actions/[email protected] on GHES.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions