My computer has proper configuration SSH, I got this error when trying to clone the repository:
I run this command to clone the repository
git clone ssh://git-codecommit.us-west-2.amazonaws.com/v1/repos/NewsFeed-library library1
It's giving me an error:
Cloning into 'library1'...
remote: Counting objects: 510, done.
Connection to git-codecommit.us-west-2.amazonaws.com closed by remote
host. fatal: The remote end hung up unexpectedly fatal: early EOF
fatal: index-pack failed
How to resolve this error and why I got this error?
Edit: I have already tried it but did not succeed:
#Windows
set GIT_TRACE_PACKET=1
set GIT_TRACE=1
set GIT_CURL_VERBOSE=1
and
git config --global ssh.postBuffer 524288000