My current team
git clone ssh:// username@onboard.com /srv/git/repo
after that
password
... excellent, works well.
Now I would like to do this on one line. Something like that:
git clone ssh://username: password@onboard.com /srv/git/repo
but it does not work and gives me a message:
Please make sure you have the correct access rights and the repository exists.
How can I clone in one line?
git bash ssh
andrew
source share