You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application used to work fine compiling the app on windows. However, recently, there are a number of failures happened when fetching dependency. This issue only happened on windows, but not on macos or ubuntu.
Platforms affected
Azure DevOps
GitHub Actions - Standard Runners
GitHub Actions - Larger Runners
Runner images affected
Ubuntu 20.04
Ubuntu 22.04
Ubuntu 24.04
macOS 12
macOS 13
macOS 13 Arm64
macOS 14
macOS 14 Arm64
macOS 15
macOS 15 Arm64
Windows Server 2019
Windows Server 2022
Image version and build link
Image: windows-2022
Version: 20241021.1.0
Is it regression?
Yes - last working, Image: windows-2022 Version: 20241006.1.0
Expected behavior
App should be able to fetch dependencies and build application.
Actual behavior
Currently when I am trying to fetch app dependency, I get error
Git error. Command: `git clone --mirror [email protected]:google/flutter-desktop-embedding.git C:\Users\runneradmin\AppData\Local\Pub\Cache\_temp\dir5a5d1c1b`
[ 4m 51.436s] Resolving dependencies...
stdout:
stderr: Cloning into bare repository 'C:\Users\runneradmin\AppData\Local\Pub\Cache\_temp\dir5a5d1c1b'...
Read from remote host github.com: Connection reset by peer
client_loop: send disconnect: Connection reset by peer
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
exit code: 128
only on Windows. MacOS and Ubuntu works fine.
Repro steps
The text was updated successfully, but these errors were encountered:
Description
My application used to work fine compiling the app on windows. However, recently, there are a number of failures happened when fetching dependency. This issue only happened on windows, but not on macos or ubuntu.
Platforms affected
Runner images affected
Image version and build link
Image: windows-2022
Version: 20241021.1.0
Is it regression?
Yes - last working, Image: windows-2022 Version: 20241006.1.0
Expected behavior
App should be able to fetch dependencies and build application.
Actual behavior
Currently when I am trying to fetch app dependency, I get error
only on Windows. MacOS and Ubuntu works fine.
Repro steps
The text was updated successfully, but these errors were encountered: