Hello. I just built gerrit from master created a gerrit site setup a user account but was not able to git clone a repo. I get a Permission denied (publickey) error. I have done this many times before without problems, but today it's not working. Has anyone else seen this?
steps to repro:
1. built gerrit from master
2. java -jar buck-out/gen/gerrit.war init --no-auto-start --debug --batch -d gerrit_testsite
3. changed 'auth' in gerrit.config to use 'type = DEVELOPMENT_BECOME_ANY_ACCOUNT'
4. gerrit_testsite/bin/gerrit.sh start
6. clone the repo..
~/temp$ git clone ssh://localhost:29418/All-Projects
Cloning into 'All-Projects'...
The authenticity of host '[localhost]:29418 ([::1]:29418)' can't be established.
RSA key fingerprint is f5:65:65:0d:22:43:ba:8d:38:a6:8e:65:9d:40:5d:c7.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[localhost]:29418' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.