Skip to content

Commit

Permalink
Merge branch 'master' into gocritic-sloppyLen
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed Oct 20, 2018
2 parents d2f2e0c + 2227446 commit 5f6621b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/content/doc/help/troubleshooting.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 5f6621b

Please sign in to comment.