#๐ Upload Pycharm project to github
74 messages ยท Page 1 of 1 (latest)
@rapid wolf
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
i know it is very simple but i am facing problems
created repository
but cannot commit
file too large
it says so in the error message
: (
never used it
: (
if you can, avoid adding large files (like your mp4) to your local repository
you might just be able to recreate your local repo and not add the mp4 file
yeah i have a mp4 file , let me try removing it
if you already committed it, you'd have to reset to a previous point in your history. otherwise the push will still fail.
if the history doesn't matter, just recreate your repo. (delete the ".git" folder and create a new repo with git init)
and created new project / duplicate project
let me try again
1 min
can i rename repository later ?
^
ok
Successfully created project 'ASL_Recognition_System' on GitHub, but initial push failed: Total 25282 (delta 0), reused 25282 (delta 0), pack-reused 0 remote: error: Trace: 7b38fb578e12f4087ebddfb4218fe3ae56624afbb4566003d2c6a6a9c0a6365a remote: error: See https://gh.io/lfs for more information. remote: error: File ASL_ALPHABETS_MODEL.joblib is 119.61 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. failed to push some refs to 'https://github.com/faisalkhan786hi/ASL_Recognition_System.git'
found the issue
1 more file is more than 100 mb
@hollow river how do i remove ASL_ALPHABETS_MODEL.joblib from commit?
only this is causing issue
just delete the file from ur folder and commit again
not showing anything on commit now
refresh?
nice
he suggested this
but idk how to do it
u can use git log to see history
type !close
.close
!close
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.