-
Notifications
You must be signed in to change notification settings - Fork 65
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
[BUG]: upload mutil files will get error #378
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with |
Can you share some code that demonstrates the issue you are facing? |
make a for loop upload all the jpg file in root dir, sometimes 01 img is failed, then i delete all upload files in repo and repeat again sometimes 02 img is failed get error like issue i mention, so i can't locate the problem, and i make sure every img is different and every img filename is different and github repo don't have same file |
I also encountered this. My file names are also all different too. Doesn't work even if I create the files with empty content ahead of time and then update them later using the sha's. I used it with |
What happened?
like i make a for loop to upload image to my repo, sometimes will get upload fail
that error means: in this for loop i already upload a.jpg then after i upload a.jpg again, because the sha of the same file is the same
but i promise in the for loop all the file are different, i just don't know why, and i even make a timeout also don't work, sometimes 3 image i can upload 2, sometimes all work, this error don't repeat every time...
Versions
Octokit v8.1.4 Node v18.17.1
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: