no problem when
git clone https://user@mystash.my.com/aaaa/yyyy/xxxxx.git
but problem when
git clone ssh://user@mystash.my.com:7999/aaaa/yyyy/xxxxx.git
---------------------------------
fatal: remote error: Repository does not exist
The requested repository does not exist, or you do not have permission to
access it.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
-------------------------------------
I do paste id_rsa.pub
to SETTING -> add key
Do I need do SSH enable?
How?
your docs does not work for me
I have admin right on my group projects.
please advise.
Thanks
Andrew
Community moderators have prevented the ability to post new answers.
The SSH url does not need user in it. use git instead.Try this:
git clone ssh://git@mystash.my.com:7999/aaaa/yyyy/xxxxx.git
Get the clone url from Stash to make sure it is correct.
thanks for the advice- the URLs are different
"Get the clone url from Stash to make sure it is correct."
it works
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.