我在将 Gollum wiki 与 github 远程 wiki 页面一起使用时遇到问题。
我为这个项目创建了一个 wiki,并在wiki git repo中创建 Wiki 页面。
使用 ssh 克隆 repo:
$ git clone git@github.com:ricardogarfe/python-sample-test.wiki.git
安装咕噜:
$ sudo gem install gollum
在 wiki 存储库中运行 gollum:
$ cd python-sample-test.wiki.git
$ gollum
编辑主页并保存评论。
然后我跑了:
$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
# nothing to commit (working directory clean)
因此,当我使用 gollum 编辑 wiki 页面时,我无法推送到原点。我忘记了任何配置?用户,组在 linux 中进行提交,通过 gollum 自动推送?
使用:
- 红宝石 1.8.7
- 宝石 1.8.15
谢谢!里卡多。