Hi team, i tried to create a java destination conn...
# ask-community-for-troubleshooting
r
Hi team, i tried to create a java destination connector . while following a step mentioned in https://docs.airbyte.com/connector-development/tutorials/building-a-java-destination/ link . i ran "./generate.sh" command in gitbash and it is throwing *"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.*" error. that paricular line no is actually having "docker run --rm -it --name airbyte-connector-bootstrap --u0ser "$_UID:$_GID" -e HOME=/tmp -v "$(pwd)/../../../.":/airbyte airbyte/connector-bootstrap" command.