I have devices connected to the internet with a cellular network, with using ssh key I am able to clone small repositories with no large files. However, in the repository with large files, I get this error:
ssh_dispatch_run_fatal: Connection to {------} port {}: message authentication code incorrect
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Based on the error message posted: Could be an [ssh key] issue or a [network connectivity] issue.
Problem: The SSH key being used might not match the one expected by the server.
~/.ssh/config
file on your client machine or by specifying the key directly with the ssh -i /path/to/key
option.Error Message:
Note: However if you were able to clone small repos, means that the ssh key is good and it down to a network connectivity issue.
Network connectivity Issue:
Cause: Network connectivity issues, such as unstable internet connections, network timeouts, or firewall restrictions, can cause the connection to drop unexpectedly.
Solution: Ensure that your network connection is stable. Check for any firewall rules that might be interfering with the SSH connection.
If this issue is only happening on one network, but not another - I'd suggest troubleshooting this by using our documentation:
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.