verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

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,

posted on 2023-12-20 09:52  泳之  阅读(2)  评论(0编辑  收藏  举报

我是谁? 回答错误