我有一个网站,我用来托管redmine和几个git存储库
这适用于http,但我不能用https克隆,即
git clone http://mysite.com/git/test.git
Run Code Online (Sandbox Code Playgroud)
工作正常,但是
git clone https://mysite.com/git/test.git
Run Code Online (Sandbox Code Playgroud)
失败
奇怪的是,https似乎适用于我测试的其他所有内容.如果我打开
https://mysite.com/git/test.git
Run Code Online (Sandbox Code Playgroud)
在浏览器中(在chrome和firefox中测试),我没有错误或警告.我还可以
curl https://mysite.com/git/test.git
wget https://mysite.com/git/test.git
Run Code Online (Sandbox Code Playgroud)
两者都没有投诉或警告.
这是git的详细输出:
$ GIT_CURL_VERBOSE=1 git clone https://user@mysite.com/test/test.git
Cloning into test...
Password:
* Couldn't find host mysite.com in the .netrc file; using defaults
* About to connect() to mysite.com port 443 (#0)
* Trying 127.0.0.1... * Connected to mysite.com (127.0.0.1) port 443 (#0)
* found 157 certificates in /etc/ssl/certs/ca-certificates.crt
* server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
* Closing connection #0
* Couldn't …
Run Code Online (Sandbox Code Playgroud) 我为Redmine添加了一个新状态,但即使经理登录,我也无法在下拉列表中看到它.可能有什么问题?
谢谢
我一直在尝试Redmine看看我是否比螳螂更喜欢它.但是,我想知道是否有可能在创建错误后修改错误的观察者.作为项目经理,当我创建一个错误时,我可以选择用户观看错误,但在我创建它之后,我看不到编辑此列表的方法.Redmine是否支持修改用户列表以查看错误?如果是这样的话?
我正在尝试将我的redmine从1.3.0升级到2.0.0,但是我在数据库迁移方面遇到了问题.当我运行命令时:
rake db:migrate RAILS_ENV=production
Run Code Online (Sandbox Code Playgroud)
它显示了一个错误
rake aborted!
uninitialized constant RAILS_ENV
Run Code Online (Sandbox Code Playgroud)
我的错误日志是:
ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'GoogleAppsAuthSource'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite AuthSource.inheritance_column to use another column for that information.):
app/models/user.rb:139:in `try_to_login'
app/controllers/account_controller.rb:143:in `password_authentication'
app/controllers/account_controller.rb:138:in `authenticate_user'
app/controllers/account_controller.rb:30:in `login'
Run Code Online (Sandbox Code Playgroud)
这是我在旧redmine中使用的插件列表:
Google Apps插件
Redmine Code …
我目前正在为Redmine开发一些插件,我必须说,我对这个主题缺少可用的文档感到有些失望.
通常情况下,如果我正在寻找关于类/方法的解释,我需要花费一致的时间浏览核心类,并努力理解那里编写的代码(不幸的是,似乎有些人忘了记录他们的代码) .
我已经检查了他们的论坛http://www.redmine.org/projects/redmine/boards,似乎需要永远才能回答一个问题.
这就是为什么我想就一些关于这个主题的一些好的API文档/书籍/论坛提出一些建议.
ruby-on-rails redmine ruby-on-rails-plugins redmine-plugins ruby-on-rails-3
这可能听起来像一个愚蠢的问题,但我不能为我的生活找到这个问题的答案.
我们在Redmine中设置了一个项目并链接到SVN存储库.一切都运行正常,但我们最近做了一个存储库重定位,我们需要更新其Redmine存储库路径设置以指向新的存储库.
问题是该选项显示为灰色,我无法更改它.我想你可以点击"删除"并创建一个新的,但是这个选项听起来真的很可怕(URL里面有///中的单词!!)我不想消灭回购.在Redmine手册中没有我能找到的参考资料.我该怎么办?
另外 - 与此相关 - 你知道旧提交中的所有票证引用是否仍然指向正确的位置?
我正在使用redmine作为票务管理器,我想将其配置为在Windows启动时自动运行.
如何将其配置为作为服务运行?
-
刚问了这个问题,我希望有人可能觉得它很有用......
我想将Jenkins与Redmine整合在一起.如果某些构建中断,Jenkins将在Redmine中打开一个问题,通过控制台输出通知它.
我该怎么做?有插件吗?有没有实施指南?我找不到解决方案了.
continuous-integration redmine redmine-plugins jenkins jenkins-plugins
我在没有GUI的CentOS上安装了Redmine.我更改了电子邮件配置,需要重新启动.
如何从命令行重启redmine?
可能重复:
如何处理Ruby on Rails错误:"请安装postgresql适配器:`gem install activerecord-postgresql-adapter'"
我想让Redmine和postgres一起工作.
在我的日志中,我一直在看.
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter`
Run Code Online (Sandbox Code Playgroud)
谷歌搜索后大家说你需要做宝石安装pg.但是当我做宝石清单时
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.8, 2.3.5)
activeresource (2.3.5)
activesupport (2.3.8, 2.3.5)
fastthread (1.0.7)
passenger (2.2.15)
pg (0.9.0)
postgres (0.7.9.2008.01.28)
postgres-pr (0.6.3)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)
Run Code Online (Sandbox Code Playgroud)
您可以清楚地看到已经安装了pg.有没有其他人发现这个问题或修复它?
redmine ×10
ruby ×2
apache ×1
bug-tracking ×1
git ×1
jenkins ×1
postgresql ×1
reboot ×1
relocation ×1
repository ×1
restart ×1
service ×1
ssl ×1
status ×1
svn ×1
windows ×1