Hello, after Git version 2.45.2 I’m no more able to push to a GitHub HTTP repository. Tried 2.45.3, 2.46.0 and 2.46.1. I can reproduce this on many different systems. Found also a entry on reddit: https://www.reddit.com/r/github/comments/1f3xmnl/error_remotecurl_error_reading_command_stream/ Here some more details: PS C:\Users\User\my-project_1> git --version git version 2.46.0.windows.1 PS C:\Users\User\my-project_1> git push --force error: remote-curl: error reading command stream from git error: failed to push some refs to 'https://github.com/my-github-user/my-project_1.git' PS C:\Users\User\my-project_1> git --version git version 2.45.2.windows.1 PS C:\Users\User\my-project_1> git push --force Enumerating objects: 27, done. Counting objects: 100% (27/27), done. Delta compression using up to 8 threads Compressing objects: 100% (16/16), done. Writing objects: 100% (18/18), 14.52 MiB | 2.08 MiB/s, done. Total 18 (delta 7), reused 1 (delta 0), pack-reused 0 (from 0) remote: Resolving deltas: 100% (7/7), completed with 5 local objects. To https://github.com/my-github-user/my-project_1.git c7a0249..379246f main -> main