git:'send-email'不是一个git命令。 看'git –help'

我试图用git send-email发送补丁但是我得到以下错误:

 git: 'send-email' is not a git command. See 'git --help'. 

如何使git send-email作品?

相关链接:

http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html

你需要安装git-email包才能工作。

Ubuntu ,通常的apt-get install git-email可以正常工作。 我可以确认Fedora一样( yum install git-email )。

cebewee在评论中提到了理由:

Linux发行版通常喜欢将包分开,以避免仅依靠可选function(如发送电子邮件)所需的依赖关系。

请注意,您必须在开始之前对其进行configuration 。