Closed SrijanSriv211 closed 1 year ago
what is the storage limitation?
what is the storage limitation?
The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.
what is the storage limitation?
The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.
Use git push for uploading larger files
what is the storage limitation?
The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.
Use git push for uploading larger files
I tried using git, but an error occurred saying, failed to push some refs to..
what is the storage limitation?
The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.
Use git push for uploading larger files
Git push won't work for files larger than 100 mb. There's only one way to upload files more than 100 mb, uploading as release. GitHub allows upto 2 gb of file upload if you upload it as a release.
what is the storage limitation?
The storage limitation is that i cannot upload a file with more than 100 megabytes of data on GitHub.
Use git push for uploading larger files
Git push won't work for files larger than 100 mb. There's only one way to upload files more than 100 mb, uploading as release. GitHub allows upto 2 gb of file upload if you upload it as a release.
That's a good choice, but one day even GitHub release will fail as you said allows only upto 2 GB, but i can use this method for now. Thanks :)
But if possible then please accept this pull request, vs code crashed 3 times while editing this file as i have a low end pc. I worked pretty hard on it. Hope you understand, again thanks for cooperating.
How about dividing the file into many small files, then we can continue.
You are right
You are right
Yes, this seems a good idea, though!
I added the support for negative numbers but due to GitHub storage limitation i wasn't able to add more.