on unix it seems the "git@" notation part of the git clone command isn't needed, but I'm hearing from other people on windows7 that they need to add this username part when doing clones via putty...
when using git (1.9.4.msysgit.2) on windows, and using plink (0.63) for ssh transport, then it's plink who needs a username, as opposed to openssh.
One way around this is to change the putty “Default Settings”:
• Connection > Data : “Use system username”
• Connection > SSH > Auth : “Private Key file for authentication” (if you don't want to use pageant)
Be sure to save this in Putty, and plink will use those defaults.
That make the git clone via plink work for me again without having to specify “git@” in the URL.
Hi Robbin,
The validation is done through the access key. This has been answered by one of our developers on the question below:
See the example below:
$ git push ssh://userDoesntMatter@localhost:7999/test/repotest3.git ... To ssh://userDoesntMatter@localhost:7999/test/repotest3.git 4d15880..da015bb master -> master
In order to enable SSH, please follow all the steps outlined in the document below:
I hope that it clarifies your question.
Best regards,
Thiago Bomfim
Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.