You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just setup a fresh install of Redmine/Gitolite for testing. Using a MySQL backend, the gitolite_public_keys.key column is defined as a VARCHAR(255), which leads to pub keys being truncated and failing gitolite's internal tests:
Hi,
I've just setup a fresh install of Redmine/Gitolite for testing. Using a MySQL backend, the gitolite_public_keys.key column is defined as a VARCHAR(255), which leads to pub keys being truncated and failing gitolite's internal tests:
(e.g. the ssh-keygen -l -f keydir/...pub command fails)
Redmine itself doesn't show that there were any problems adding the key:
The old upgraded install (I haven't git pulled the plugin on that for a few weeks) has that column defined as a MySQL TEXT, which is 2^16 bytes.
The text was updated successfully, but these errors were encountered: