OSX 上的 SD-App(或同步到 GitHub 的替代分布式错误跟踪器)
我一直在尝试通过 CPAN 和 GIT SD 安装 ( http://syncwith.us/sd/ )在 OSX 上的 Intel MBP 上。到目前为止,这是一个不成功的过程。
我的问题是是否有其他人在 OSX 下安装了 SD,如果是的话,如果您有任何真正有帮助的指导链接,到目前为止 JFGI 还没有为我工作。
或者,我很想知道人们在愤怒中实际使用的分布式错误/问题跟踪器。我环顾四周,发现有几个类似 SD 的项目似乎已经停滞了。
SD 提出上诉,因为它声称可以与 Github 的问题跟踪器同步。这对我来说是理想的选择,因为我想要离线工作的主要项目就在那里托管,并且当前的错误已经存在。
任何建议将不胜感激。
槊
I have been working trying to install via CPAN and GIT SD ( http://syncwith.us/sd/ ) on an Intel MBP on OSX. So far it has been a unsuccessful process.
My question is has anyone else installed SD under OSX and if so if you have any links to guidance that would be really helpful, so far JFGI has not worked for me.
Alternatively, I would be intereste to know what distributed bug/issue trackers people are actually using in anger. I have looked around and there are several projects that much like SD seem to have stalled.
SD appealled as it claims to sync with Github's issue tracker. So would be ideal for me as the main project I want to work offline with is hosted there and the current bugs are there already.
Any suggestions would be appreciated.
Lance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
结果问题出在我访问 CPAN 的方式上(我认为)。
我发现如果使用以下命令进入 CPAN shell,我可以完全安装成功:
sudo perl -MCPAN -e "shell"
然后输入:
install App:SD
我遵循了所有依赖项,SD 安装正常。我现在很高兴将 bug 列表与 GitHub 同步以进行离线更新,太棒了!
希望这个答案能帮助其他人。
槊
Turns out the problem was the way I was accessing CPAN (I think).
I found I could install success fully if I entered the CPAN shell using the following command:
sudo perl -MCPAN -e "shell"
Then typing:
install App:SD
I followed all the dependencies and SD installed OK. I am now happily syncing bug lists with GitHub for update offline, brilliant!
Hopefully, this answer will help others.
Lance