git问题
文件名太长,无法签出工作树警告:克隆成功,但签出失败
git config --global core.longpaths true
设置用户名
git config --global --replace-all user.name "your user name"
设置邮箱
git config --global --replace-all user.email "your user email"
修改提交
git commit --amend --author="userName <userEmail>"
"dynamic.classpath":true,