-
Notifications
You must be signed in to change notification settings - Fork 493
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
scp upload very unreliable #5012
Comments
The missing 'L' part is actually only that there's no newline printed before the error, and in the terminal line wrapping 'l' fits in the previous line, after the "ETA" that's printed near the right side. |
Same for me, MSYS2 scp failing where CYGWIN scp succeeds. source : dest: on MSYS2 :
on CYGWIN Example of a failng upload, at random progress with this debug (vvv) info :
|
Description / Steps to reproduce the issue
I'm uploading builds (about 50Mb files) from msys2 environment to a remote server with scp. Recently this has started to fail very frequently, with scp saying "ost connection" (lack of 'L' is not a typo on my side). On the same machine I have also older msys2 installation updated on 10th of August, and that still works reliably (so problem is not with the remote server, or the connection between the machines). The issue has been present at least since 2nd of Nov.
Expected behavior
scp success
Actual behavior
scp fails with "ost connection"
Verification
Windows Version
MSYS_NT-10.0-22631
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: