git-fat icon indicating copy to clipboard operation
git-fat copied to clipboard

git fat pull: no any response

Open cnweibo opened this issue 10 years ago • 1 comments

Hi, sir, when i git clone a package, and git fat init, git fat pull, nothing printed out. When i run the test.sh script, here is the printed out, please help to check, whether or not it is a bug. Thanks~!

[root@AY130628135803343949Z git-fat]# ./test.sh

  • rm -fR fat-test fat-test2 /tmp/fat-store
  • git init fat-test Initialized empty Git repository in /var/www/html/kidsitgit/git-fat/fat-test/.git/
  • cd fat-test
  • git fat init Initialized git fat
  • cat -
  • echo '*.fat filter=fat -crlf'
  • git add .gitattributes .gitfat
  • git commit '-mInitial fat repository' [master (root-commit) dbda5a2] Initial fat repository 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitfat
  • ln -s /oe/dss-oe/dss-add-ons-testing-build/deploy/licenses/common-licenses/GPL-3 c
  • git add c
  • git commit '-madd broken symlink' [master 6c91860] add broken symlink 1 file changed, 1 insertion(+) create mode 120000 c
  • echo 'fat content a'
  • git add a.fat
  • git commit '-madd a.fat' [master d69db8b] add a.fat 1 file changed, 1 insertion(+) create mode 100644 a.fat
  • echo 'fat content b'
  • git add b.fat
  • git commit '-madd b.fat' [master 6660369] add b.fat 1 file changed, 1 insertion(+) create mode 100644 b.fat
  • echo 'revise fat content a'
  • git commit '-amrevise a.fat' [master b25e963] revise a.fat 1 file changed, 1 insertion(+), 1 deletion(-)
  • git fat push

Above command runs on CentOS6.3

cnweibo avatar Aug 17 '15 15:08 cnweibo

This is an issue running git-fat with any python version below 2.7. Upgrade your python version and the hanging issue should go away. Look at issue #46.

kalebpace avatar Feb 22 '16 21:02 kalebpace