【发布时间】:2020-08-18 15:18:06
【问题描述】:
$ touch hello.html
$ subl .
bash: subl: command not found
我使用 git bash 命令提示符创建了 HTML 文件,我想使用 git bash 命令提示符在 Sublime Text 3 上打开它。但上面的代码不起作用。
【问题讨论】:
标签: html github command-prompt git-bash git-repo
$ touch hello.html
$ subl .
bash: subl: command not found
我使用 git bash 命令提示符创建了 HTML 文件,我想使用 git bash 命令提示符在 Sublime Text 3 上打开它。但上面的代码不起作用。
【问题讨论】:
标签: html github command-prompt git-bash git-repo
首先我必须创建新的环境变量路径。现在代码可以运行了。
$ cd test1/
$ touch hello.html
$ subl hello.html
或$ subl
关注 youtube 视频可能会有所帮助。 How to Open Sublime Text 3 from Command Prompt in Windows
【讨论】: