-
Notifications
You must be signed in to change notification settings - Fork 117
$GITOLITE_HOME/.ssh/authorized_keys still NOT updating after commit ae48a33 #200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you try this? |
Yes, I checked before reporting the issue. The type of 'gitolite_public_keys.key' is already 'TEXT' and ssh-keys are not trimmed into database. |
Ok, so the bug is elsewhere. Can you please check your configuration in Administration -> Redmine Git Hosting -> Config Checks? |
Everything is OK and green :) |
Can you go in |
There are some files not commited.
|
Ok, so the bug is here. I think this is a permission issue. |
I don't think so... The folder |
I deleted the folder. So, the git index is empty, OK? |
Which version of Gitolite are you using? ( |
|
What do you have in log file? ( |
I past only the last try:
|
And if you try to push by hand (
|
|
Here's the bug : |
Thx, it solves my problem. I'm sorry to missed that... :) But now, I see another bug. I just added a new deployment key (for a specific project, generated by an dedicated user on a deployment server... it's not my personal user key!). Now, it's OK, Now from my server :
With a good configuration, It should only display:
In fact, some keys are now inverted... I'm receiving alert form another server with previously deployment key configured.
I tried to rename/resync keys but it don't fix this problem... |
The previous migration messed up the keys: some older are not deleted.
I commited and pushed from redmine user. All files are now OK... but the changes are not commited/pushed automatically into the git repository. I commited/pushed manually with a stange message:
I tried to access from previous deployment server and the new keys seems now correctly configured. I added new deployment keys from redmine. The file EDIT: I restarted Redmine (thin) and reactivated the Sidekiq mode. Change changes are now commited/pushed :) |
I'm sorry but the commit ae48a33 didn't fix the bug #187. I currently running redmine_git_hosting 0.7.2 (migrated from 0.6.1) on Redmine 2.3.0.stable.11727 with Gitolite 2.3-1 and Git 1.9.1.
I upgraded to latest Redmine 2.5.1. I checked the database, the keys, ... everything is OK but the file ".ssh/authorized_keys" is never updated when I add a key.
Please reopen the issue #187 and investigate further :)
The text was updated successfully, but these errors were encountered: