I need some help
#152696
Replies: 1 comment
-
So, Firstly, if you are not familiar with using git from the CLI, i suggest you watch tutorial to help with that. But, if you are already familiar with using git from the CLI, i think your problem is you want to upload large files and git from the CLI doesn't allow that, but the CLI does not limit the file size, but the repo hosting (Github), and i think Github's limit is like 100mb, so, you can keep using git in the CLI without worrying about the file size. I Hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I'm currently confused and anxious about using the command line in Git Bash to upload files to the repository. I'm not sure of the specific command line. This is another method I found for uploading files, but I heard that the file size it can upload at one time is relatively small compared to Git Bash. I hope to know if this is true and would like to ask how I can find the command line I need to enter.
Beta Was this translation helpful? Give feedback.
All reactions