Skip to content

git clone/pull stuck after enabling lfs support #2015

Closed
@ufosaga

Description

@ufosaga
  • 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:

  • Log gist:
    Nothing unusual

Description

The repo and config are migrated from gogs v0.11.rc.

  1. Enable lfs support in app.ini:
    LFS_START_SERVER = true
    LFS_CONTENT_PATH = /home/git/data/lfs-data
    LFS_JWT_SECRET = LqI8JDMWKGseM1WvKyg7FoOlj8Q7RGVYO9g963so0Lw

  2. restart gitea:
    sudo service gitea restart

  3. Then git clone/pull will stuck:
    $ git clone [email protected]:thomas/lfs-test.git
    Cloning into 'lfs-test'...
    ^C
    $ git pull
    ^C

...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions