]> source.dussan.org Git - gitea.git/commitdiff
Add LFS timeout issue to troubleshooting doc (#5129)
authorJames Ravenscroft <ravenscroftj@gmail.com>
Sat, 20 Oct 2018 16:49:04 +0000 (17:49 +0100)
committerLauris BH <lauris@nix.lv>
Sat, 20 Oct 2018 16:49:04 +0000 (19:49 +0300)
docs/content/doc/help/troubleshooting.en-us.md

index 264a20ef524fe917901f5a776ef3c15db920f319..6eb440c6120cb5b2d500def2a7969ab2814575b1 100644 (file)
@@ -80,3 +80,17 @@ To migrate an repository *with* all tags you need to do two things
  ```
  gitea admin repo-sync-releases
  ```
+
+## LFS Issues
+
+For issues concerning LFS data upload
+
+```
+batch response: Authentication required: Authorization error: <GITEA_LFS_URL>/info/lfs/objects/batch                                                                                                              
+Check that you have proper access to the repository
+error: failed to push some refs to '<GIT_REPO_URL>'
+```
+Have you checked the value of `LFS_HTTP_AUTH_EXPIRY` in your `app.ini` file? By default your LFS token will expire after 20 minutes. If you have a slow connection or a large file (or both) it may not finish uploading within the time limit. 
+
+You may want to set this value to `60m` or `120m`.
+