bower EINVFORMAT 格式无效 URL

bower EINVFORMAT Invalid URL format

您好,我无法注册 Bower 包:

$ bower register    FSVS git://github.com/lukesnowden/fsvs.git
bower resolve       git://github.com/lukesnowden/fsvs.git#*
bower download      https://github.com/lukesnowden/fsvs/archive/1.0.0.tar.gz
bower extract       FSVS#* archive.tar.gz
bower resolved      git://github.com/lukesnowden/fsvs.git#1.0.0
[?] Registering a package will make it installable via the registry (https://bower.herokuapp.com), continue? Yesn) y
bower register      git://github.com/lukesnowden/fsvs.git
bower EINVFORMAT    Invalid URL format

我不知道这里有什么问题需要帮助吗?

问候

Bower 包名称必须为小写字母 (a-z)。您正在使用包含大写字母的包名。
有关详细信息,请参阅 bower.json spec and the documentation about registering 新软件包。