为什么不能将本地gitbook撒到gitbook.com?

时间:2018-09-09 10:14:25

标签: git gitbook

我按照官方文档使用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是我的空格,有人可以帮我吗?

enter image description here

jackmeng是我的用户名。 杰克是我的组织。 注意是我的空间名称。 请纠正我。

1 个答案:

答案 0 :(得分:0)

legecy.gitbook.com中使用“ Book”,www.gitbbok.com中使用“ Space”,请在此处查看新文档:https://docs.gitbook.com/getting-started/starting-a-project-on-gitbook,“ Space”代替“ book”。 如果要与github集成,您需要做的是将目标空间与目标github存储库集成,然后自动完成同步工作。

enter image description here