mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-04 12:51:11 -05:00
602 B
602 B
title |
---|
Getting help |
Please create a GitHub issue to report any problems or feature requests.
For general questions, please use our GitHub 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 ofsparo clone http://my-repo
.