Search code examples
gitversion-controlgitkraken

GitKraken Push Error: SSH could not write data


I am getting an error (shown below) when trying to push changes in GitKraken.

enter image description here
It is a forked project and I have been able to push perfectly fine in the past. What has changed since last time is that I have pulled in and merged an update from a remote branch (the original repo).

Has anyone encountered this before? Any idea whats stopping the push?

Thanks


Solution

  • It seemed that pushing the changes from another machine appeared to 'flush' through the commits. The different machine managed to push the changes okay and after doing so, the original machine can also push again.

    Hope this workaround can help someone out in the future.