Terminal 终端和Jekyll命令出现问题,例如“Jekyll help”`

Terminal 终端和Jekyll命令出现问题,例如“Jekyll help”`,terminal,jekyll,Terminal,Jekyll,我是一个有点新手使用终端,但想得到一个网站并运行使用杰基尔。我已经按照这里的步骤做了一些工作: 终端似乎表现得很奇怪。例如,当我键入jekyll help时,会显示以下消息,并多次重复。然后,我似乎没有能力在终端中键入任何其他内容 NAME: jekyll DESCRIPTION: Jekyll is a blog-aware, static site generator in Ruby COMMANDS: build Build your site

我是一个有点新手使用终端,但想得到一个网站并运行使用杰基尔。我已经按照这里的步骤做了一些工作:

终端似乎表现得很奇怪。例如,当我键入
jekyll help
时,会显示以下消息,并多次重复。然后,我似乎没有能力在终端中键入任何其他内容

NAME:

jekyll

DESCRIPTION:

Jekyll is a blog-aware, static site generator in Ruby

COMMANDS:

build                Build your site                
default                             
docs                 Launch local server with docs for Jekyll v1.1.2        
doctor               Search site and print specific deprecation
warnings                
help                 Display global or [command] help documentation.        
import               Import your old blog to Jekyll         
new                  Creates a new Jekyll site scaffold in PATH             
serve                Serve your site locally                

ALIASES:

hyde                 doctor   
server               serve   

GLOBAL OPTIONS:

-s, --source [DIR] 
    Source directory (defaults to ./)

-d, --destination [DIR] 
    Destination directory (defaults to ./_site)

--safe 
    Safe mode (defaults to false)

-p, --plugins PLUGINS_DIR1[,PLUGINS_DIR2[,...]] 
    Plugins directory (defaults to ./_plugins)

--layouts 
    Layouts directory (defaults to ./_layouts)

-h, --help 
    Display help documentation

-v, --version 
    Display version information

-t, --trace 
    Display backtrace when an error occurs

~
~
(END) 

可能是我的设置有问题导致的吗?

别担心
jekyll help
正在使用一个名为“paginator”的程序。它使您能够读取一个大文件(在本例中为Jekyll的帮助文本)

您可以使用
j
k
上下移动。要退出,请键入
q


祝你好运,继续学习。:)

阿格利,非常感谢你。我知道我会错过一些简单的事情。