tiktok-sparo/apps/website/docs/pages/support/help.md

15 lines
602 B
Markdown
Raw Normal View History

---
title: Getting help
---
2024-03-01 03:19:27 -05:00
Please [create a GitHub issue](https://github.com/tiktok/sparo/issues/new/choose) to report any problems or feature requests.
2024-03-01 03:19:27 -05:00
For general questions, please use our [GitHub Discussions](https://github.com/tiktok/sparo/discussions) forum.
2024-03-05 02:51:56 -05:00
## 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`.