2023年7月19日

Git笔记:连接Github

摘要: Git笔记:连接Github 设置用户工作目录 设置和查看用户名和邮箱 设置 修改用户名 git config --global user.name "xxxx(新的用户名)" 修改密码 git config --global user.password "xxxx(新的密码)" 修改邮箱 git 阅读全文

posted @ 2023-07-19 13:54 不回本不改名 阅读(49) 评论(0) 推荐(0)

导航