Hi, > Please make sure you have the correct access rights > and the repository exists. > error: Could not fetch gerrit > Problems encountered installing commit-msg hook > The following command failed with exit code 1 > "scp -P29418 malhar_vor at review.openstack.org:hooks/commit-msg > .git/hooks/commit-msg" Sorry it's probably the typo in the command I gave you. Your username is "malhar_vora" not "malhar_vor", correct ? Try: $ git remote remove gerrit $ git remote add gerrit ssh://malhar_vora@review.openstack.org:29418/openstack/ironic.git Cheers, Lucas