I could git subtree pull successfully, but git subtree push fail on my mac book while it success in other Mac book.
This my command.
git subtree push --prefix=xxx ssh://xxxx/xxxx.git xxmaster 
It only fail on my Mac book.
/Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/git-subtree: line 751: 50048 Done(141)               eval "$grl"
     50049 Segmentation fault: 11  | while read rev parents; do
    process_split_commit "$rev" "$parents" 0;
done
 
     
     
    