-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't clone repo after commiting lfs files #21886
Comments
Looks like it's a DNS problem not Gitea related. |
@lunny What makes you think it's DNS related? |
From the log |
So I've been testing different things that did not works. I had to reinstall the gitea on an instance with public ip and no filter. It changed the error but I still can't clone lfs files: The s3 is available I have access to it locally and the gitea has access, it could upload on it. |
But the error is obvious that |
Totally, I've been asking for help because I can't read... Please don't post those type of answer... If you read the message you would have seen that:
The message doesn't tell me nothing and I've posted the error message as I have no idea where I should take a look at... I didn't see those line in the log, but I've got them after the network error (During the same request for cloning):
|
Soooo... I finally found what was wrong... And it had nothing to do with the network. The error had something to do with the LFS conf and more precisely the I don't really understand how this option created a network error and I lost a lot of time on it. Putting the solution here if someone has the same issue in the futur. |
@night-gold's workaround is the only solution for gitea v1.7.3, but it looks like there was a regression introduced at some point between 1.15.8 and now. It should be fixed in 1.18.0. |
solution form night-gold doesn't work for me.. getting this when running server in test or dev mode` SOLUTION` |
first join gitea in discord then open this url, otherwise it shows nothing. |
Description
We are doing a test install of gitea and trying to use the gitea lfs to s3 feature. The configuration is straightforward and we did it like that:
That works, I created a repo and cloned another I had at disposal with lfs config. I managed to commit and push all my lfs files and it uploaded everything on the s3. So that's great.
But now I have an issue when cloning the repo, the clone does get the git files but when trying to get the lfs files on the s3 I get this message:
Error downloading object: FILE (hash): Smudge error: Error downloading FILE (hash): LFS: Get "https://NAME.s3.dualstack.us-east-1.amazonaws.com/lfs/PATHTOFILE": dial tcp: lookup NAME.s3.dualstack.us-east-1.amazonaws.com on IP:53: dial udp IP:53: socket: too many open files
From what I get it's only trying to get one file but even that doesn't work.
Has anyone seen that before?
Gitea Version
1.17.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Debian
How are you running Gitea?
Installed gitea using one of the downloads, it is for testing purpose launched manually on foreground.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: