shohei1029 / book-azureopenai-sample

「Azure OpenAI Service で始める ChatGPT/LLM システム構築入門」のサンプルプログラムです。
58 stars 14 forks source link

azd up にてエラー #19

Closed bizyas closed 1 month ago

bizyas commented 2 months ago

以下のエラーが出力されました。 何か対処方法があれば教えて頂けると幸いです。

/bin/sh: ./scripts/prepdocs.sh: Permission denied

ERROR: error executing step command 'provision': failed running post hooks: 'postprovision' hook failed with exit code: '126', Path: './scripts/prepdocs.sh'. : exit code: 126

nohanaga commented 2 months ago

azd up の前に ./scripts/prepdocs.sh に実行権限を付与してから再実行をお願いいたします。 例: chmod 755 ./scripts/prepdocs.sh

bizyas commented 1 month ago

上記エラー解決することができました。ありがとうございました。