Wednesday, 11 December 2024

Github - unexpected disconnect while reading sideband packet

 https://stackoverflow.com/questions/66366582/github-unexpected-disconnect-while-reading-sideband-packet

Github - unexpected disconnect while reading sideband packet


  1. Switch to HTTPS origin URL: git remote set-url origin https://github.com/<your_repo>
  2. Do the push. It should not fail now.
  3. Switch back to SSH: git remote set-url origin git@github.com:<your_repo>

No comments:

Post a Comment