I
I
IFK2014-06-04 16:58:23
git
IFK, 2014-06-04 16:58:23

How to clone a Git repository to my computer via SSH PuTTY?

Tried like this: git clone . c:/Git/ but it was possible to clone only on the server.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kompi, 2014-06-04
@IFK

git clone man
PuTTY is out of business here. In a regular console, we clone using the ssh protocol:

git clone ssh://host.xz[:port]/path/to/repo.git/ myrepo

V
Vit, 2014-06-04
@fornit1917

Install TortoiseGIT.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question