git问题

发布时间 2023-12-20 09:54:17作者: 泳之

文件名太长,无法签出工作树警告:克隆成功,但签出失败

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,