涛 陈
unread,Jul 11, 2011, 4:01:29 AM7/11/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Repo and Gerrit Discussion
hi guys,
I updated my rsa public key in my company Gerrit web, and test it
using the command
"ssh -t name@host" and it's Ok
////////////////////////////////////////////////////////////////////////////////////////
Welcome to Gerrit Code Review ****
Hi XX, you have successfully connected over SSH.
Unfortunately, interactive shells are disabled.
To clone a hosted Git repository, use:
git clone ssh://XX@XX/REPOSITORY_NAME.git
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
but I use repo init , it shows like that
//////////////////////////////////////////////////////////
Getting repo ...
from ssh://..../tools/community/repo
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
//////////////////////////////////////////////////////////
who can you tell me why this , and how to solve it .