redmine_git_remote
redmine_git_remote copied to clipboard
Redmine plugin to automatically clone and fetch referenced repositories
Hello I get this error on my log when I add a git remote repository : do_known_hosts: hostkeys_foreach failed: No such file or directory I use nginx/thin to run redmine...
Gives: `Clone URL is not a valid remote.` Should be something like `Permission denied accessing `
I installed redmine_git_remote and checkout a remote repository in redmine. Then, I visited the /projects/my_project_name/repository page and got the "Internal Error" page. I checked the path of the local repositories...
Thanks for good plugin, I'm doing some minor fixies and I've noticed that in readme: > This plugin doesn't clean-up (delete) cloned repos from the file system when the record...
Hey Alex! I've found a problem.. 1) I've migrated my redmine installation from one server to another 2) I setup cron task on new one, to sync repos 3) I...
Hello Friend, I tried this plugin with success on the latest version on the official docker image. Its amazing! But I figure that it would be nice if we had...
Given https://bitbucket.org/robertfausk/myrepo is a private bitbucket repository and I want to add it with redmine_git_remote. Usage of clone URL ```[email protected]:robertfausk/myrepo.git``` is not working when project is private. Flash message "Clone...
...in database and allow CRUD operations via redmine frontend. Advantage: There is no need to access server where redmine is running on to add new 'deployment keys'/'access keys'.
Hello, I've install your plugin and I migrate my server from `3.0.x` to `3.4.x`. Plugin still working, but I've a warning during migration task: ```ruby /home/redmine/redmine/plugins/redmine_git_remote/lib/redmine_git_remote/repositories_helper_patch.rb:10: warning: key :required is...
I am trying to using the plugin against Redmine 3.3 on Windows server. After I saved the setting of Clone URL for SSH, I got the Internal Error. Checking the...