Hello team. I am new to Airbyte. I am trying the g...
# ask-community-for-troubleshooting
d
Hello team. I am new to Airbyte. I am trying the generate source connector tutorial on Windows with Docker installed:
airbyte/airbyte-integrations/connector-templates/generator
I ran ./generate and received this error message:
While trying to generate a connector, an error occurred on line 38 of generate.sh and the process aborted early.  This is probably a bug.
That line in generate.sh is:
docker run --rm -it --name airbyte-connector-bootstrap --user "$_UID:$_GID" -e HOME=/tmp -v "$(pwd)/../../../.":/airbyte airbyte/connector-bootstrap
Does anyone know what could be the problem?
m
Are you using WSL2 on Windows
?
d
I just installed Docker desktop yesterday, and I think I installed WSL2 correctly. Would this show what I need? NAME STATE VERSION * Ubuntu-18.04 Running 2 docker-desktop-data Running 2 docker-desktop Running 2
m
mhh you need to run this command inside the WSL system and not in the windows conasole
n
@Zack Goldberg