首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >等待pid文件的subgit超时

等待pid文件的subgit超时
EN

Stack Overflow用户
提问于 2016-08-17 22:04:31
回答 1查看 433关注 0票数 1

我在docker容器上有GitLab,并且我尝试使用SubGit。从SVN到Git的同步工作得很好,但我在尝试git推送时遇到了问题。我得到以下错误,daemon.pid文件从subgit目录中被删除。

代码语言:javascript
复制
Delta compression using up to 4 threads.
Total 5 (delta 4), reused 0 (delta 0)
remote: 
remote: SubGit ERROR REPORT (SubGit version 3.2.2 ('Bobique') build #3603):        
remote: 
remote: You've received this message because SubGit (http://subgit.com/) is installed in your repository        
remote: and an error that needs to be dealt with has occurred in SubGit translation engine.        
remote: 
remote: TEMPORARY ERROR:        
remote:  Failed to launch background translation process: timeout waiting for pid file '/var/opt/gitlab/git-data/repositories/lpp/OA.git/./subgit/daemon.pid'.        
remote: 
remote: CURRENT STATE:        
remote:  Both Git and Subversion repository are open for pushes or commits.        
remote:  Your commit was not committed, but you may retry it.        
remote: 
remote: TO RECOVER:        
remote:    A) Address the problem if possible and then retry commit        
remote:  OR        
remote:    B) Run on the server        
remote:       $ subgit uninstall /var/opt/gitlab/git-data/repositories/lpp/OA.git/.        
remote: 
remote:  IMPORTANT: As soon as SubGit is uninstalled, both Git and Subversion repositories        
remote:             will become open, but no synchronization will take place.        
remote: 
remote: TO REPORT:        
remote:  Report an issue at ...        
remote:  You may find logs on the server at '/var/opt/gitlab/git-data/repositories/lpp/OA.git/./subgit/logs'        
remote: 
remote: THANK YOU!        
error: failed to push some refs to ...
Not all refs have been pushed.
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-12-22 22:43:24

当我在容器内部运行subgit配置/安装(docker exec -it容器名bash)时,文件所有者是正确的(git),现在一切正常:)

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/38998937

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档