mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-04 21:01:03 -05:00
14 lines
602 B
Markdown
14 lines
602 B
Markdown
---
|
|
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`.
|
|
|