我克隆了我的存储库的wiki并在本地编辑,当我将更改推送到Github时失败了。 The help of wiki operation非常短暂,我无法弄清楚。如果你知道如何解决这个问题,请帮忙。感谢。
答案 0 :(得分:1)
Try the same operation in command line:
Once you have cloned your wiki locally, and modified/added files, do:
cd /path/to/local/cloned/wiki
git add .
git commit -m "new files"
git push
答案 1 :(得分:1)
除了@VonC答案:确保不要对Wiki使用lfs(大文件存储)。从全局设置中删除lfs支持,并分别为每个存储库激活lfs。
要卸载lfs:
cd /path/to/local/cloned/wiki
git lfs uninstall
要在支持lfs的存储库中重新安装lf:
cd /path/to/local/cloned/repository
git lfs install --local