$ touch hello.html
$ subl .
bash: subl: command not found
我使用 git bash 命令提示符创建了 HTML 文件,我想使用 git bash 命令提示符在 Sublime Text 3 上打开它。但是上面的代码不起作用。
$ touch hello.html
$ subl .
bash: subl: command not found
我使用 git bash 命令提示符创建了 HTML 文件,我想使用 git bash 命令提示符在 Sublime Text 3 上打开它。但是上面的代码不起作用。
首先,我必须创建新的环境变量路径。现在代码正在运行。
$ cd test1/
$ touch hello.html
$ subl hello.html
或者$ subl
关注 youtube 视频可能会有所帮助。 如何从 Windows 中的命令提示符打开 Sublime Text 3