Dear Team , Need your help at earliest , i am getting following error while push commnad , bash-3.00$ export LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ export LD_LIBRARY_PATH=/usr/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ git pull Already up-to-date. bash-3.00$ git push Counting objects: 1813, done. Delta compression using up to 32 threads. Compressing objects: 100% (1529/1529), done. ld.so.1: git: fatal: relocation error: file /usr/local/libexec/git-core/git: symbol deflateBound: referenced symbol not found error: pack-objects died of signal 9 error: failed to push some refs to '[email protected].:SP/xxxxxx.git' bash-3.00$ echo $LD_LIBRARY_PATH /usr/lib:/usr/sfw/lib:/usr/local/lib:/usr/sfw/lib:/usr/lib:/usr/local/lib:/usr/local/lib Thanks safi
On Tuesday, September 2, 2014 9:29:06 PM UTC+5:30, Brian Wall wrote: > Thank you both for your replies. Clearly I have more to learn about this, > and the learning curve is steep with Git! But I'll mull it over and let it > sink in. > > So what brought me down this road initially was going through the lessons > at http://pcottle.github.io/learnGitBranching/. In the "A Mixed Bag" > series of lessons, the first lesson is "Grabbing just 1 commit". The use > case is taking some buggy code, adding debug and print statements to it, > tracking down the bug and fixing it, then merging just the bug fixes back > in to master, without the debug and print statements. > > The link above is a great visual tool, but now I'd like to see a tangible > example, because this use case is powerful if I can get it to work! > > Thanks again, > Brian > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
