> I tried > > git clone p...@git.sv.gnu.org:/srv/git/groff.git > > and my system spat back > > Cloning into 'groff'... > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > > Do I need to publish a new key for git access, or is there some > admistrative detail I should take care of on my system before doing > a clone?
Please follow the guide at http://savannah.gnu.org/maintenance/SshAccess/ to set (or add) your SSH key. On the other hand, since you were able to successfully commit data to the CVS, it might also be a temporary glitch on the Savannah side – I don't know whether git access needs renewed SSH keys. Werner