I want to push my repos to Github. However , i stuck on the limit of 100mb each file, so i following the git lfs tutorial and track the big files sucessfully . However , it seems that it still use the normal push for my big files and still get error.
C:\Users\t_lamn\tryThis>git lfs ls-files
89b33caa5b * target/container/tomcat8x/apache-tomcat-8.0.36/webapps/docs/appdev/
sample/sample.war
387faaf5fa * target/container/tomcat8x/cargo-jira-home/webapps/cargocpc.war
08f1d2624b * target/container/tomcat8x/cargo-jira-home/webapps/jira.war
8bf7c2eaad * target/jira/jira-original.war
08f1d2624b * target/jira/jira.war
C:\Users\t_lamn\tryThis>git push origin master
Git LFS: (4 of 4 files) 399.56 MB / 399.56 MB <- large files
Counting objects: 16371, done.
Delta compression using up to 32 threads.
Compressing objects: 100% (15898/15898), done.
Writing objects: 100% (16371/16371), 732.82 MiB | 2.06 MiB/s, done.
Total 16371 (delta 2850), reused 0 (delta 0)
remote: Resolving deltas: 100% (2850/2850), done.
remote: error: GH001: Large files detected. You may want to try Git Large File S
torage - https://git-lfs.github.com.
remote: error: File target/jira/jira-original.war is 194.38 MB; this exceeds Git
Hub Enterprise's file size limit of 100.00 MB
remote: error: File target/container/tomcat8x/cargo-jira-home/webapps/jira.war i
s 205.17 MB; this exceeds GitHub Enterprise's file size limit of 100.00 MB
To *git link*
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to *git link*