Old deploy key problems
Created by: brianhay-energetica
Am now running Gitlab 5.1 but am having trouble cloning repos on the same machine. There seems to be an old deploy key (from when I installed Gitlab 2.x + gitolite) that gives me access to old repos but not newly created ones with Gitlab 5.1.
Here's what I get when I try to SSH to my server from my server.
ssh -T [email protected]
hello deploy_bbc2f89a690209b2eade5c9233989eda, this is gitolite v2.2-11-g8c4d1aa running on git 1.7.9.5
the gitolite config gives you the following access:
R test_project
@R_ @W_ testing
I'm obviously next to clueless about this stuff. Can someone please let me know how I can clean out the old gitoite stuff (if it's no longer required for Gitlab 5) and setup a key so that my root user can clone/update thru SSH on same machine?