I'm getting this error:
Push Failed: SSH could not write data: Unable to send channel data
I think my ssh bitbucket key
is fine because it works with other repos.
Please help.
I'm getting this error:
Push Failed: SSH could not write data: Unable to send channel data
I think my ssh bitbucket key
is fine because it works with other repos.
Please help.
I had the same issue, below cause & resolution.
Cause: I had a commit with a large file in it ~200MB. I believe remote push was hitting a timeout limit or something & GitKraken throws this error.
Resolution: I pushed the commits using native git client (Git Bash). It took ~1 hour to push the commits to remote. Once that commit was out of the way, I'm now able to push to remote without trouble from GitKraken.
Moral of the story, don't use git for large files, Git LFS is a better answer.