-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
random error while fetching repo submodules recursively #748
Comments
update: also tried |
Just wanted to chime in, that we also have a repo that has this issue. It affects only the Windows Runner. Linux/MacOS is working without any problems.
Code in the workflow:
|
to inform that I've also opened a support ticked at github. It's now working on windows-2019 and I haven't made any change to the above configuration except that builds are nightly. My guess is that GH could suffer a network traffic issue and the support confirmed that it could be happening at that time. They weren't able to go deeper since I couldn't give them control to the affected repo. @paresy if you can let them in your repo try to open a ticket, this could at least help us to understand better why it happens on windows machines only. |
I still get this daily, multiple times, with my windows-2022 runners. Fixes itself after restarting the run but that really shouldn't be required. https://github.com/goatcorp/Dalamud/runs/7053836938?check_suite_focus=true This seems to be related to OpenSSH on windows: PowerShell/Win32-OpenSSH#1322 |
This might be related to this issue: #1379 I mentioned there but I'm seeing the same on windows 2022 runner with repo using submodules and lfs, it has cloned successfully but it mostly doesn't and fails with:
|
Update http.postBuffer seems like it might have made it more consistent for me:
|
this is happening for us on a self hosted M1 machine as well, same repro same symptoms |
please don't checkout |
Hello,
Since few days I intermittently (at the beginning, then became more and more persistent) get this error while checking out a repo with submodules rescursively. The strange fact is that it was running ok, nothing changed. I can checkout the repo from anywhere else outside GH action, only happens on Windows runners (2019 and also latest)
this is the configuration:
and here is the error I'm getting, please notice that it is not the same submodule failing but one between many, and it happend randomly but I'm having increasing failures.:
this commit sha exists for sure. appearently no outages happened. I've opened a ticked into GitHub but they redirected me here.
if could be of help this repo has submodules which has submodules, but the one failing most is a submodule without nested submodules
go to Actions -> run workflow
Any tip would be appreciated, I'm stucked.
The text was updated successfully, but these errors were encountered: