Gitea: MigratePost: Clone: signal: killed

Created on 4 Nov 2017  Â·  9Comments  Â·  Source: go-gitea/gitea

  • Gitea version (or commit ref): 1.2.2
  • Git version: git version 1.8.3.1
  • Operating system: Centos 3.10.0-693.el7.x86_64 && 8G DDR3 I3-4160
  • Database (use [x]):

    • [ ] PostgreSQL

    • [x] MySQL

    • [ ] MSSQL

    • [ ] SQLite

  • Can you reproduce the bug at https://try.gitea.io:

    • [ ] Yes (provide example URL)

    • [ ] No

    • [ ] Not relevant

  • Log gist:

2017/11/04 14:22:29 [...routers/repo/repo.go:107 handleCreateError()] [E] MigratePost: Clone: signal: killed

Description

Migration: https://github.com/torvalds/linux.git

Get error..

help me, thank you !!
...

Screenshots

kinbug

All 9 comments

Most probably migration needs to be made asynchronous otherwise for large repositories it can timeout

Mr.lafriks, thank you。visiting GitHub is very slow in China, so i need cache something。

Is there a solution?

You can increase migration and mirroring timeout times in app.ini. Even if page times out migrations/mirroring will continue to run in background.

[git.timeout]
MIGRATE = 600
MIRROR = 300

@lafriks Thank you, it looks like a good solution, I'll try it.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

Does it solve the problem for you, @husky2017 @hetykai?

Then it can get documented at https://docs.gitea.io/en-us/troubleshooting/

And maybe configure it that way on demo instance.

Does it solve the problem for you, @husky2017 @hetykai?

Then it can get documented at https://docs.gitea.io/en-us/troubleshooting/

And maybe configure it that way on demo instance.

Yes, it works for me.

Please feel free to reopen it.

Was this page helpful?
0 / 5 - 0 ratings