Gitolite Error on key remove
Created by: jameswritescode
Hi -
I just set up using the master setup instructions (latest master as of this post) and mostly everything seems to be running fine, however I am unable to remove keys, and the keys don't appear to be adding to gitolite (they make it to the database, can't find any sign of my test keys in the git user, though).
remote: Counting objects: 6, done. remote: Compressing objects: 100% (4/4), done. remote: Total 6 (delta 0), reused 0 (delta 0) Receiving objects: 100% (6/6), done. cache: [POST /keys/13] invalidate, pass cache: [GET /assets/application-3a2bf330c6d521e4d0514426ca7c6e9e.css] miss cache: [GET /assets/application-df4972c6f154f258e8daf66f46002dcb.js] miss cache: [GET /assets/logo_tr.png] miss cache: [GET /assets/icon-search.png] miss cache: [GET /assets/admin-1f671df8aeda9f9dfd46583edd574228.PNG] miss cache: [GET /assets/home_icon.PNG] miss cache: [GET /assets/ui-bg_flat_75_ffffff_40x100.png] miss
This is the output when I attempt to remove a key which returns the Gitolite Error, following is output for add:
remote: Counting objects: 6, done. remote: Compressing objects: 100% (4/4), done. remote: Total 6 (delta 0), reused 0 (delta 0) Receiving objects: 100% (6/6), done.
*** Please tell me who you are.
Run
git config --global user.email "[email protected]" git config --global user.name "Your Name"
to set your account's default identity. Omit --global to set the identity only in this repository.
fatal: empty ident gitlab@snip not allowed Everything up-to-date cache: [POST /keys] invalidate, pass cache: [GET /keys/14] miss cache: [GET /assets/application-3a2bf330c6d521e4d0514426ca7c6e9e.css] miss cache: [GET /assets/application-df4972c6f154f258e8daf66f46002dcb.js] miss cache: [GET /assets/logo_tr.png] miss cache: [GET /assets/icon-search.png] miss cache: [GET /assets/admin-1f671df8aeda9f9dfd46583edd574228.PNG] miss cache: [GET /assets/home_icon.PNG] miss cache: [GET /assets/ui-bg_flat_75_ffffff_40x100.png] miss
Input is appreciated, thanks :)