jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
620 stars 136 forks source link

git fat pull: no any response #70

Open cnweibo opened 8 years ago

cnweibo commented 8 years ago

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

Above command runs on CentOS6.3

kalebpace commented 8 years ago

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.