https://blog.csdn.net/qq_38429958/article/details/150209931
mkdir build cd build cmake .. make ./my_tree
git remote add origin https://github.com/18114447/Behavior_tree_learn.git git add .
git config --global user.email "3153643511@qq.com" git config --global user.name "18114447"

