Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git fat pull: no any response #70

Open
cnweibo opened this issue Aug 17, 2015 · 1 comment
Open

git fat pull: no any response #70

cnweibo opened this issue Aug 17, 2015 · 1 comment

Comments

@cnweibo
Copy link

cnweibo commented Aug 17, 2015

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

@kalebpace
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants