Hello list, Iam root, and remove the bin folder in my samba master, this folder is in /media/samba-master/bin, when I remove this folder I run git pull again and the same problem The general step that I follow are 1- rm -r /media/samba-master/bin 2- I run make distclean, and WAF_MAKE=1 ./buildtools/bin/waf distclean 'distclean' finished successfully (0.000s) 3- I run git pull error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under http://gitweb.samba.org/samba.git Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae while processing commit 1a596076697624545f415eb558c4647267cfe46c. error: Fetch failed.
On 6/5/2012 10:01 AM, sandy.napoles at eccmg.cupet.cu wrote:> Hello list, Iam root, and remove the bin folder in my samba master, this > folder is in /media/samba-master/bin, when I remove this folder I run git > pull again and the same problem > The general step that I follow are > 1- rm -r /media/samba-master/bin > 2- I run make distclean, and > WAF_MAKE=1 ./buildtools/bin/waf distclean > 'distclean' finished successfully (0.000s) > 3- I run git pull > error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under > http://gitweb.samba.org/samba.git > Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae > while processing commit 1a596076697624545f415eb558c4647267cfe46c. > error: Fetch failed. > > >Try git reset --hard; git clean -xfd; git pull --rebase;
Nothing list, I depend absolutly to folder samba master, I follow the step that send JorellF at fastmail.net and the problem continuos He say me it Try git reset --hard; git clean -xfd; git pull --rebase; Then I run andthe result was error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under http://gitweb.samba.org/samba.git Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae while processing commit 15c532e78b79cf3205053e4ddfe1c7348a0b7f26. error: Fetch failed. Help me please, I need really resolv my problem. thanks
On 6/6/2012 9:56 AM, sandy.napoles at eccmg.cupet.cu wrote:> Nothing list, I depend absolutly to folder samba master, I follow the step > that send JorellF at fastmail.net and the problem continuos > He say me it Try git reset --hard; git clean -xfd; git pull --rebase; > Then I run andthe result was > > error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under > http://gitweb.samba.org/samba.git > Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae > while processing commit 15c532e78b79cf3205053e4ddfe1c7348a0b7f26. > error: Fetch failed. > > Help me please, I need really resolv my problem. > thanks >Oops, found one more command to try: git pull origin master;
It seems your repository has got corrupt. You might be able to fix it e.g. by running git fsck but it is probably quicker and easier and more likely to work if you just remove that one and clone again from the beginning. On 6/6/12, sandy.napoles at eccmg.cupet.cu <sandy.napoles at eccmg.cupet.cu> wrote:> Nothing list, I depend absolutly to folder samba master, I follow the step > that send JorellF at fastmail.net and the problem continuos > He say me it Try git reset --hard; git clean -xfd; git pull --rebase; > Then I run andthe result was > > error: Unable to find 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae under > http://gitweb.samba.org/samba.git > Cannot obtain needed blob 3b6a88a1a49fdc23cd956c6583e9ec56e541eeae > while processing commit 15c532e78b79cf3205053e4ddfe1c7348a0b7f26. > error: Fetch failed. > > Help me please, I need really resolv my problem. > thanks > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >-- Michael Wood <esiotrot at gmail.com>