1

Mac用のazureコマンドラインツール(version 0.6.2 of the tools, 1.0.1 of the azure tools installer for MacOS)を使用しており、:を使用してgitリポジトリを使用してWebサイトを作成しようとしていますazure site create MyUniqueApp --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

私は何が欠けていますか?

4

1 に答える 1

1

一時的な問題が発生しており、すぐに解決する必要があります。詳細については、こちらのブログ投稿を参照してください:http: //hashtagfail.com/post/31636752900/azure-site-create-bug

于 2012-09-19T22:13:17.923 に答える