Closed
Description
- Gitea version (or commit ref):
1.1.2 - Git version:
1.9.1 - Operating system:
Linux LC-SVR-dev 3.13.0-119-generic #166-Ubuntu SMP Wed May 3 12:18:55 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
-
Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
-
Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No, https://try.gitea.io does not enable lfs support
- Not relevant
-
Log gist:
Nothing unusual
Description
The repo and config are migrated from gogs v0.11.rc.
-
Enable lfs support in app.ini:
LFS_START_SERVER = true
LFS_CONTENT_PATH = /home/git/data/lfs-data
LFS_JWT_SECRET = LqI8JDMWKGseM1WvKyg7FoOlj8Q7RGVYO9g963so0Lw -
restart gitea:
sudo service gitea restart -
Then git clone/pull will stuck:
$ git clone [email protected]:thomas/lfs-test.git
Cloning into 'lfs-test'...
^C
$ git pull
^C
...