ywh555hhh opened a new issue, #500: URL: https://github.com/apache/incubator-graphar/issues/500
### Describe the bug, including details regarding any error messages, version, and platform. I encountered an error while re-opening the source Code using Visual Studio Code's Remote Containers plugin for the first time. The error message indicates that the script pre-commit/install-hook.sh that you tried to run did not exist when executing postCreateCommand as defined in devcontainer.json. When I examined the contents of the directory in the terminal, I found that there was no pre-commit folder or install-hook.sh file in the /workspaces directory. However, when I opened the development container a second time, the error did not occur again, and subsequent C++ library builds and installations were not affected. [here](https://github.com/ywh555hhh/incubator-graphar/blob/f3aeccbd331483fdc144edc6d61f22d686ed5d35/.devcontainer/devcontainer.json#L88C2-L88C3) The error information is as follows ```bash [277674 ms] Start: Run in container: /bin/sh -c sudo chown -R graphar /workspaces && bash pre-commit/install-hook.sh && bash pre-commit/prepare-commit-msg bash: pre-commit/install-hook.sh: No such file or directory graphar ➜ /workspaces $ ls -a . .. incubator-graphar ``` Is this normal? ### Component(s) Developer Tools -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
