How to push to github repo #17339
Replies: 2 comments 4 replies
-
👋 Hello @Sami-Krothapalli, thank you for reaching out to the Ultralytics community 🚀! This is an automated response to guide you, and an Ultralytics engineer will assist you soon. For assistance with GitHub repository issues, like the error you're encountering with pushing large files, we recommend consulting the Git LFS setup guide you're already using. Additionally, ensure that your git lfs track "*.pt"
git add .gitattributes
git add yolov8x.pt Here are some general documentation links that might help you with using Ultralytics tools:
For additional resources, join the Ultralytics community where it suits you best. Engage in real-time conversations on Discord 🎧, explore detailed discussions on Discourse, or delve into community threads on our Subreddit. Upgrade and Issue VerificationPlease verify your issue is not stemming from an older version of our tools by upgrading to the latest pip install -U ultralytics Lastly, ensure you're running YOLO in one of the up-to-date verified environments, detailed in our repository's documentation, to sidestep any version discrepancies. If you need to provide more context, such as a 🐛 Bug Report, please share a minimum reproducible example with us. This will aid immensely in troubleshooting the problem. Remember, if this badge is green, all Ultralytics CI tests are passing, ensuring the reliability of our systems. |
Beta Was this translation helpful? Give feedback.
-
@Sami-Krothapalli it seems like the file |
Beta Was this translation helpful? Give feedback.
-
I get this error on my github repo after running my code
I installed and setup git large file storage and added the file mentioned to the gitattribute section but I still get a push error was wondering if anyone had any advice to help me out
remote: Resolving deltas: 100% (2/2), done.
remote: error: Trace: 2e3951b75dd58964eddc03b17073dff2cf611ba5056041d64ca7b0e6ff3be1ff
remote: error: See https://gh.io/lfs for more information.
remote: error: File yolov8x.pt is 130.55 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
To https://github.com/Sami-Krothapalli/AI-Football-Analysis-System.git
Beta Was this translation helpful? Give feedback.
All reactions