我正在使用Mac的azure命令行工具(version 0.6.2 of the tools, 1.0.1 of the azure tools installer for MacOS
),我正在尝试使用:azure site create MyUniqueApp --git
创建一个包含git存储库的网站。
我一直看到这个:
$ azure site create MyUniqueApp --git
info: Executing command site create
+ Enumerating locations
+ Enumerating sites
info: Updating existing site
+ Retrieving user information
error: Access is denied.
error: site create command failed
在没有--git
选项的情况下运行相同的命令是成功的。
$ azure site create MyUniqueApp
info: Executing command site create
+ Enumerating locations
+ Enumerating sites
info: Using location North Europe
info: Creating a new web site at MyUniqueApp.azurewebsites.net
+ Sending site information
info: Created website at myuniqueapp.azurewebsites.net
info: Initializing remote Azure repository
+ Updating site information
info: Repository initialized
+ Retrieving site information
info: To create a local git repository to publish to the remote site, please rerun this command with the --git flag: "azure site create MyUniqueApp --git".
info: site create command OK
我错过了什么?
答案 0 :(得分:1)
我们正在遇到一个应该尽快解决的临时问题。有关详细信息,请参阅我的博客文章:http://hashtagfail.com/post/31636752900/azure-site-create-bug。