I am trying to connect to a remote Git repository that resides on my web server and clone it to my machine.
I am using the following format for my command:
You kan use https instead of ssh for git clone or git pull or git push
ex:
git clone https://github.com/user/repo.git