https://stackoverflow.com/questions/66366582/github-unexpected-disconnect-while-reading-sideband-packet
Github - unexpected disconnect while reading sideband packet
- Switch to HTTPS origin URL:
git remote set-url origin https://github.com/<your_repo>
- Do the push. It should not fail now.
- Switch back to SSH:
git remote set-url origin git@github.com:<your_repo>
No comments:
Post a Comment