Skip to content

Commit

Permalink
Merge pull request FunkinCrew#2396 from gedehari/compile-docs-fix
Browse files Browse the repository at this point in the history
Add a fix guide for those with poor internet connection
  • Loading branch information
EliteMasterEric authored and superpowers04 committed May 18, 2024
1 parent 3028b04 commit 0553a0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
- HTML5: Compiles without any extra setup
6. If you are targeting for native, you may need to run `lime rebuild PLATFORM` and `lime rebuild PLATFORM -debug`
7. `lime test PLATFORM` ! Add `-debug` to enable several debug features such as time travel (`PgUp`/`PgDn` in Play State).

# Troubleshooting

- During the cloning process, you may experience an error along the lines of `error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)` due to poor connectivity. A common fix is to run ` git config --global http.postBuffer 4096M`.

0 comments on commit 0553a0d

Please sign in to comment.