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 have been testing this plugin and it is great. However, I encountered the following error:
ArgumentError (couldn't find login name -- expanding `~')
I am not a ruby/rails developer, but I did some debugging. The error is being caused by the line Dir.home + "/.ssh/known_hosts" on the lib/redmine_git_mirror/ssh.rb file.
The error is caused by the lack of a HOME variable being set on the httpd user installed by the Arch Linux package.
I am not sure if this would occur on other distros, but I added the following to the file in order to get the home directory directly from the etc/passwd file.
Hi,
I have been testing this plugin and it is great. However, I encountered the following error:
ArgumentError (couldn't find login name -- expanding `~')
I am not a ruby/rails developer, but I did some debugging. The error is being caused by the line
Dir.home + "/.ssh/known_hosts"
on the lib/redmine_git_mirror/ssh.rb file.The error is caused by the lack of a HOME variable being set on the httpd user installed by the Arch Linux package.
I am not sure if this would occur on other distros, but I added the following to the file in order to get the home directory directly from the etc/passwd file.
Adding this issue as I am not really sure if this is the best fix for the problem and it might help someone who cannot get the plugin to work.
Thanks a lot for the plugin.
The text was updated successfully, but these errors were encountered: