My git client repeatedly fails with the following error after trying to clone the repository for some time.
git
What could be the issue here?
This is due the internet connectivity issue, i faced the same issue. I did a shallow copy of code using
git clone --depth 1 //FORKLOCATION
Later unshallowed the clone using
git fetch --unshallow