First time here? Check out the FAQ!
2017-02-20 06:48:13 -0600 | received badge | ● Popular Question (source) |
2017-02-20 06:48:13 -0600 | received badge | ● Notable Question (source) |
2017-02-20 06:48:13 -0600 | received badge | ● Famous Question (source) |
2015-09-11 00:55:13 -0600 | asked a question | git review -s fails with permission denied (publickey) I copied ssh public key file contents to http://review.openstack.org (under settings, ssh public keys section), but I keep getting git review -s failing with 'permission denied'. What else can I check? Problems encountered installing commit-msg hook The following command failed with exit code 1 "scp git.openstack.org:hooks/commit-msg .git/hooks/commit-msg"Permission denied (publickey).my username is svenkat and the same is set in gitreview config: gitreview.username=svenkat I tried ssh http://review.openstack.org -vv -p 29418 svenkat@us.ibm.com and got : Permission denied (publickey). |