0

Ok so I have a Windows machine and I want to clone a git repository from a Linux Server A but I can only access Server A through another Linux Server B.

From the Windows machine Git Bash, I can ssh into Server A through Server B:

''' ssh -J username@serverB username@serverA '''

But how do I incorporate that into my git clone command?

2

0

You must log in to answer this question.

Browse other questions tagged .