When I try to clone on git bash, I receive this error:
$git clone
Cloning into \'name_project\'...
Password for \'\':
remote: Counti
I faced with this problem using git in Kubuntu. I've also noticed overall instability in networking and found a solution.
in /etc/resolv.conf add the line to the end of the file
options single-request
This fixed delays before every domain name resolution and git started to work like a charm after this.