Coder Social home page Coder Social logo

Comments (7)

bk2204 avatar bk2204 commented on June 9, 2024 1

Hey,

Do you have some sort of proxy on your system or network, including any sort of antivirus, non-default firewall, or monitoring software? The reason I ask is that I'm seeing an EOF when reading from the server, which typically indicates that the connection hung up, that it timed out, or otherwise wasn't successful in some way.

If you do have such software or proxy, can you try on a system or network (as appropriate) that doesn't have it and see if the problem reoccurs? If you don't, we can ask @chrisd8088, who does have a Mac (I don't), to poke around and verify that this works for him. I'm pretty sure it will, especially since we've tested this in CI, but there's always the possibility that something's broken.

from git-lfs.

chrisd8088 avatar chrisd8088 commented on June 9, 2024 1

FWIW, I tried the following on macOS and had no problems (with Git LFS v3.4.1):

$ git clone https://gitlab.com/p2orN/lfs-test.git
$ cd lfs-test
$ git lfs ls-files
61bba855b5 * img.jpg

With GIT_CURL_VERBOSE=1 I see an HTTP request to fetch the Git LFS object:

GET https://gitlab.com/p2orN/lfs-test.git/gitlab-lfs/objects/61bba855b5cee3990a4ac2347a985509e6a4c5d4dd2bdcd4d543cbcf5abe5699

< HTTP/2.0 200 OK

That said, this is on macOS 13, not macOS 14.

from git-lfs.

bk2204 avatar bk2204 commented on June 9, 2024

Hey,

The full error message I get here is this:

Error downloading object: sample.pdf (b167419): Smudge error: Error downloading sample.pdf (b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f553): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

The part of the message after โ€œbatch response:โ€ is what the server said: โ€œThis repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.โ€ That message comes from GitHub and means that the account owner has exceeded its bandwidth and they either need to purchase more data packs so that access will be restored or you'll need to wait until their usage resets (which will likely be at an unknown point in the next month).

This doesn't appear to be a malfunction in the open source Git LFS client, but rather that the client is simply reporting back what the server said when the operation failed, which is what it's supposed to be doing.

from git-lfs.

p2or avatar p2or commented on June 9, 2024

Hi @bk2204,

thank you. I assumed that the provided 'sandbox' would work and serve as a solid example as half of error message is the same, sorry my bad.

Unfortunately, the smudge error also occurs if the repo does not exceed its quota - Just created a new dedicated repository to play with and updated the steps to reproduce the behavior. Or would you rather prefer that I open up a new issue?

Thanks,
Christian

from git-lfs.

bk2204 avatar bk2204 commented on June 9, 2024

Hey,

I don't see the same problem on my system. Can you please include the entire output (as a code block or an attached text file) of the command when running with GIT_TRACE=1 GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1?

Here's what I get (with Git 2.43.2 and without the extra logging):

% git clone [email protected]:p2orN/lfs-test.git
Cloning into 'lfs-test'...
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 8 (delta 1), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (8/8), done.
Resolving deltas: 100% (1/1), done.

from git-lfs.

p2or avatar p2or commented on June 9, 2024

Hi @bk2204,

thank you for testing. Yeah, I can confirm that the provided repo works great on all other systems I've tested (debian, arch, win). On macOS, however, the main step to download the lfs data takes forever and finally aborts.

Can you please include the entire output?

Sure, with pleasure out.txt. If you need more info, please just let me know.

Thanks,
Christian

from git-lfs.

p2or avatar p2or commented on June 9, 2024

Hi folks,

I can confirm that the problem is on my end. I still can't believe it but the issue is caused by my router - when I establish a connection with another router, the actual pull works as expected. I will update this post as soon as I figure out what setting is causing this behavior.

Thanks to everyone who has taken the time and looked into this issue. @bk2204 thanks for putting me on the right track, @chrisd8088 thanks for your test, I really appreciate that.

Cheers,
Christian

from git-lfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.