Hi All,
Currently I updated gerrit 2.11 to gerrit 2.13.5 and all thing go well. But when I updated the ssh public key for someone ,i could not see it from gerrit database(I am using MySQL).Who know how to get ssh key value
--
Thanks in advance
BR
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
git clone ssh://$USER@$MY_GERRIT_HOST:29418/All-Users cd All-Users git fetch origin refs/users/$LAST_2_DIGITS_OF_USER_ID/$USER_ID:$USER_ID git checkout $USER_ID
hope this will help others