Issues regarding Git.........

Subscribe to Issues regarding Git......... 4 post(s), 2 voice(s)

 
Bulf3qduqr3ldeabildkbg Mohammad Ali 6 post(s)

I can clone the code from Git using the public URL:

git clone git://git.assembla.com/breakout.git

But I run into issues when I try to clone the code using member URL,

git clone git@git.assembla.com:breakout.git

I have generated the public/private key and put them in the $Home/.ssh/ folder as well.

1) Is the username/password for it the same as my assembla username/password?
2) Is it because currently I am not a member of “Breakout Software Development” space?
3) Is there any specific issue related to the use of the generated public/private keys ?

I am using windows environment.

 
Cbttkkpdir2o7yaaep0qfc Vitalie Lazu Administrator 513 post(s)

1. Git server does not use password authentication, only ssh public keys, so any attempt to enter username/password will fail.
2. You are not a member of breakout space, have you submitted your public key to assembla profile?
3. First space member should submit his public key to his profile, after space owner should synchronize the ssh keys from www to the git server

 
Bulf3qduqr3ldeabildkbg Mohammad Ali 6 post(s)

Thanks for the help Vitalie, I have submitted my public key to my profile.

 
Cbttkkpdir2o7yaaep0qfc Vitalie Lazu Administrator 513 post(s)

For the trial period you will submit only patches, after you will pass you will have commit rights.