我正在使用Azure命令行工具。
我正在运行这样的命令:
azure site create --location "Central US" --github --githubusername "Mygithubusername" --githubpassword "mygithubpassword" --githubrepository "myrepositoryname" Testwebsite
如果我使用公共GitHub存储库运行此命令,它可以工作,但如果我使用私有存储库运行,它会显示repository not found
。
如果我从浏览器使用管理门户并转到部署并使用我的GitHub凭据登录,那么我也可以添加私有存储库。
我做错了什么?