我跟随官方文档使用GIT更新我的gitbook:
touch README.md SUMMARY.md
git init
git add README.md SUMMARY.md
git commit -m "first commit"
git remote add gitbook https://git.gitbook.com/{{UserName}}/{{Book}}.git
git push -u -f gitbook master执行git push后,它会引发错误:
远程:图书找不到致命:存储库'https://git.gitbook.com/xxx/yyy.git/‘找不到
xxx是我的gitbook用户名,yyy是我的空间,有人能帮我一下吗?

杰克是我的用户名。杰克是我的组织。注释是我的空格名。请纠正我。
发布于 2018-09-13 02:40:01
"book“在legecy.gitbook.com中使用,"Space”在www.gitbbok.com中使用,请在这里查看新文档:https://docs.gitbook.com/getting-started/starting-a-project-on-gitbook,"Space“代替"Book”。如果要与github集成,则需要将目标空间与目标github存储库集成,然后同步自动化完成的工作。

https://stackoverflow.com/questions/52243472
复制相似问题