GithubからAzureへのデプロイメントを設定しようとすると、サブモジュールの更新に関するエラーが発生します。 githubからローカルにレポをクローンし、同じコマンドを実行しますgit submodule update --init
サブモジュールを正常に更新します。GithubからAzureへのデプロイ
エラーは以下の通りです:
"ERROR: Repository not found.\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists"
私はレポを所有し、それが常に非公開となっています。
アイデア?
プライベートリンクされたリポジトリで作業するのは面倒な作業です。以下の記事をチェックし、助けてくれたらお知らせください(KuduはAzure Web/Api-/Mbile- Appsの背後にあるエンジンです): https://github.com/projectkudu/kudu/wiki/Deploying-from- https://github.com/projectkudu/kudu/wiki/Configurable-settings 要するに、Kuduはすべての必要なリポジトリにアクセスできるようにする必要があります。 – astaykov