When I try to clone a repo from bitucket with my WiFi connected I receive two response on my terminal (Ubuntu 20.04.2 LTS x86_64) on alternate clone request :
1st request : Connection reset by "IP" port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
2nd request : client_loop: send disconnect: Broken pipe
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
But When I connect my laptop with my mobile hotspot then cloning starts without any error. Why this kind of strange error happens.
P.S : I am cloning with SSH and I have generated SSH keys already. The IP is not in my block list (hosts.deny)