Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建我的 github.io,起初我遇到了很多问题,但最终能够使用以下方法安装 rbenv 和 jekyll:
gem install jekyll --user-install
现在我试着跑
cd abrhor.github.com
和
cd abrhor.github.io
但回报是:
-bash: cd: github.abrhor.io: No such file or directory
我完全不知道该怎么做。如果有帮助,我可以插入我的终端会话。
从Jekyll 的首页,您似乎缺少中间步骤:
jekyll new abrhor.github.io
然后您可以 cd 进入创建的本地站点。