如何使用Git Bash命令提示符打开Sublime文本

问题描述 投票:-3回答:1
$ 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
1个回答
0
投票

首先,我必须创建新的环境变量路径。现在该代码正在运行。

$ cd test1/ 
$ touch hello.html
$ subl hello.html
最新问题
© www.soinside.com 2019 - 2024. All rights reserved.