Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 如何在Win10上安装jot命令_Linux_Windows_Command Line_Git Bash - Fatal编程技术网

Linux 如何在Win10上安装jot命令

Linux 如何在Win10上安装jot命令,linux,windows,command-line,git-bash,Linux,Windows,Command Line,Git Bash,如何在Win10上安装jot命令,因为我使用Git Bash运行xxx.sh,并显示如下异常: jot: command not found 如何解决此问题?()是一个命令 所以,除非你能得到它,并以某种方式为mingw重新编译它,否则我认为它在Linux上或Windows上都不可用 更新日期:2020年11月:新增内容: 对于任何在Debian等环境中寻找答案的人,Ubuntu都有雅典娜笔记: sudo apt-get update sudo apt-get install athena-

如何在Win10上安装jot命令,因为我使用Git Bash运行xxx.sh,并显示如下异常:

jot: command not found
如何解决此问题?

()是一个命令

所以,除非你能得到它,并以某种方式为mingw重新编译它,否则我认为它在Linux上或Windows上都不可用


更新日期:2020年11月:新增内容:

对于任何在Debian等环境中寻找答案的人,Ubuntu都有雅典娜笔记:

sudo apt-get update sudo apt-get install athena-jot

现在已经关闭了,但是对于任何想在Debian等环境中寻找答案的人来说,Ubuntu都有雅典娜笔记:
sudo-apt-get-update;sudo apt get install athena jot
@DimP感谢您的更新。我已将您的评论包含在答案中,以提高可视性。