My current command is
git clone ssh://[email protected]/srv/git/repo
after that
password
... fine, works good.
Now I would like do this in one line. Something like that:
git clone ssh://username:[email protected]/srv/git/repo
but it`s not working and gives me the message:
Please make sure you have the correct access rights and the repository exists.
How can I clone in a single line?