On 6/5/2012 10:01 AM, [email protected] 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;

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to