I am trying to clone my organization's git repository via VS code but it is failing with the below error. I have generated SSH keys via my git GUI and added them to the git hub account.
PS C:\Users\raval\Downloads\Office_Work\code_base\New> git clone [email protected]:user-name/xyz.git
Cloning into 'xyz'...
remote: Enumerating objects: 1562151, done.
remote: Counting objects: 100% (1411/1411), done.
remote: Compressing objects: 100% (826/826), done.
client_loop: send disconnect: Connection reset by peer.30 MiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Make sure you addded your SSH key on your GitHub account, in settings option SSH and GPG key.