由于安装了我的 wamp 的文件夹名称“Program Files”,我遇到了一个问题。我正在使用 Yii 框架来创建一个网络应用程序。运行命令时
yiic webapp c:\Program Files\wamp\www\YiiApp
由于文件夹名称中的空格,它会出错。错误如下:
C:\Program Files\wamp\www\yii-1.1.13.e9e4a0\framework>yiic webapp c:\Program Fil
es\wamp\www\YiiApp
Error: Unsupported VCS specified. Currently only git and hg supported.
USAGE
yiic webapp <app-path> [<vcs>]
DESCRIPTION
This command generates an Yii Web Application at the specified location.
PARAMETERS
* app-path: required, the directory where the new application will be created.
If the directory does not exist, it will be created. After the application
is created, please make sure the directory can be accessed by Web users.
* vcs: optional, version control system you're going to use in the new project.
Application generator will create all needed files to the specified VCS
(such as .gitignore, .gitkeep, etc.). Possible values: git, hg. Do not
use this argument if you're going to create VCS files yourself.
我应该怎么办?请给我一些建议。