yimengael commented on PR #24402: URL: https://github.com/apache/shardingsphere/pull/24402#issuecomment-1453892773
@terrymanu Thank you for your response. In fact, if someone follows the documentation blindly, this is the error one will fall to ``` xxxxxxxx@Gaels-MacBook-Pro Dev % git remote add apache https://github.com/apache/shardingsphere.git fatal: not a git repository (or any of the parent directories): .git ``` So my suggestion is that we can just include `cd shardingsphere` before running `git remote add apache https://github.com/apache/shardingsphere.git` and/or remove it from the next. -- 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]
