Error response from daemon: mkdir C:\Program Files\Git\self-hosted-ai-starter-kit\shared: Access is denied

I am installing the n8n AI starter kit on my laptop. please find the below screenshot

##error message

Information on your n8n setup

  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker dekstop
  • **Operating system: Windows 11

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hi @mohammed_rafiuddin.

Welcome to the community :tada:

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


This looks like permissions issue while trying to create a directory in a protected location on your Windows system. Can you check the folder permissions and make sure that your user account has writer permissions? Also, could you try running the command in a different directory location?

Hi Aya,
Thanks for your response. Issue is resolved as said it was due windows user’s permission

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.