--- title: Getting help --- Please [create a GitHub issue](https://github.com/tiktok/sparo/issues/new/choose) to report any problems or feature requests. For general questions, please use our [GitHub Discussions](https://github.com/tiktok/sparo/discussions) forum. ## Troubleshooting tips - UPGRADE TO THE LATEST GIT. Sparo normally reports an error if your Git version is too old. If the minimum Git version is not high enough, let us know! - If an operation is failing, use `--debug` to investigate. For example, `sparo --debug clone http://my-repo` instead of `sparo clone http://my-repo`.