Bug #33
Unable to download Git repository
| Status: | Closed | Start date: | 2012-03-02 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | Grit/Git | Spent time: | - | |
| Target version: | - | |||
| Affected Version: | 0.0.8 |
Description
I installed the redmine_gitrevision_download plugin 0.0.8 on Redmine 1.3.2 to enable download the Git repository. However, when I click on the download button I get a new www page with the following content:
Timeout after {{timeout}} seconds, {{bytes_read}} bytes while archiving the repository.
404
The page you were trying to access doesn't exist or has been removed.
Any clues what is going on? Can this be an access problem?
History
#1
Updated by chantra about 1 year ago
- Category set to Grit/Git
- Status changed from New to In Progress
- Assignee set to chantra
- Affected Version set to 0.0.8
Hum,
I dont have 1.3.X flavor running and no time to schedule that. Is the page appearing after a certain time or directly.
Does this happens with big repositories or even with small ones.
As far as I remember, there should be a timeout option available in the admin page.
#2
Updated by jknodlseder about 1 year ago
I finally managed to fix the problem by setting the timeout to 0.0 and the max_size to 0 in the configuration of the plugin. Maybe the problem was related to the fact that the Git repository was very large?
#3
Updated by chantra about 1 year ago
- Status changed from In Progress to Closed
Yeah, most likely this was caused by a large repo.
Happy to see that your issue is fixed.