You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
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.
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
Initialized empty Git repository in /var/www/html/kidsitgit/git-fat/fat-test/.git/
Initialized git fat
[master (root-commit) dbda5a2] Initial fat repository
2 files changed, 3 insertions(+)
create mode 100644 .gitattributes
create mode 100644 .gitfat
[master 6c91860] add broken symlink
1 file changed, 1 insertion(+)
create mode 120000 c
[master d69db8b] add a.fat
1 file changed, 1 insertion(+)
create mode 100644 a.fat
[master 6660369] add b.fat
1 file changed, 1 insertion(+)
create mode 100644 b.fat
[master b25e963] revise a.fat
1 file changed, 1 insertion(+), 1 deletion(-)
Above command runs on CentOS6.3
The text was updated successfully, but these errors were encountered: