solution of "git send-email is not a git command" 发表于 2017-04-16 On ubuntu system, when run “git send-email”, the system will reply that: git: 'send-email' is not a git command. See 'git --help'. the solution will be follow: sudo apt install git-email