Hi Isuru, Thanks a lot for checking this.
Yes. it seems the error is due commit size. The maven build copies the dependent jars to WebContent/WEB-INF/lib/ And I was trying to push all. Do we need to commit the jars as well? On Wed, Jan 22, 2014 at 6:27 PM, Isuru Wimalasundera <[email protected]>wrote: > Hi IsuruP > > According to [1] the reason for this error can be due to git/https buffer > settings, May be the the default file post size for Git has been exceeded > by your push request. Can you please try the given below command from > inside your cloned repo before executing your push request. > > git config http.postBuffer 524288000 > > [1] - > http://stackoverflow.com/questions/15240815/git-fatal-the-remote-end-hung-up-unexpectedly > > - IsuruW > > > On Wed, Jan 22, 2014 at 6:01 PM, Isuru Perera <[email protected]> wrote: > >> Hi, >> >> I'm trying "git push" for my application in App Cloud and I cannot push >> changes. >> >> Following is the error: >> >> Username for 'https://git.cloudpreview.wso2.com': [email protected] >> Password for 'https://[email protected]@git.cloudpreview.wso2.com': >> Counting objects: 53, done. >> Delta compression using up to 4 threads. >> Compressing objects: 100% (36/36), done. >> error: RPC failed; result=22, HTTP code = 411 >> fatal: The remote end hung up unexpectedly >> Writing objects: 100% (45/45), 9.79 MiB | 109.00 KiB/s, done. >> Total 45 (delta 3), reused 0 (delta 0) >> *fatal: The remote end hung up unexpectedly* >> Everything up-to-date >> >> What could be the reason? >> >> Thanks! >> >> Best Regards, >> >> -- >> Isuru Perera >> Senior Software Engineer | WSO2, Inc. | http://wso2.com/ >> Lean . Enterprise . Middleware >> >> about.me/chrishantha >> > > > > -- > *Isuru Wimalasundera* > Senior Software Engineer; > WSO2, Inc.; http://wso2.com, > mobile: +94 77 920 5641 > Blog : http://isurupw.blogspot.com/ > > > <http://isurupw.blogspot.com/> > -- Isuru Perera Senior Software Engineer | WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware about.me/chrishantha
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
