
git
Super乐
闭上自己的嘴,抬起自己的腿,走自己的人生路。
展开
-
Linux下搭建Git服务器
Linux下搭建Git服务器原创 2023-01-13 16:44:18 · 9258 阅读 · 0 评论 -
git 命令查看分支的创建者是谁
git 命令查看分支的创建者是谁原创 2022-08-09 10:42:37 · 5382 阅读 · 0 评论 -
Git冲突:Please commit your changes or stash them before you merge
当执行 git pull 命令时,提示错误如下:Updating bb954c5..02de6f1error: Your local changes to the following files would be overwritten by merge: app/Services/TongChengRedService.phpPlease, commit your changes or stash them before you can merge.Aborting...原创 2022-01-21 11:26:41 · 1453 阅读 · 0 评论 -
Git账号设置:用户名和邮箱、中文乱码解决方案
1、gitk diff中文乱码使用gitk查看日志图形化界面时,diff窗口中文乱码,运行以下命令:git config --global gui.encoding utf-82、git用户名和邮箱修改查看用户名和邮箱:git configuser.namegit config user.email修改用户名和邮箱:git config --globaluser.name“your name”git config --global user.email “your email”...原创 2021-01-19 10:19:49 · 1673 阅读 · 0 评论 -
Git账号设置:用户名和邮箱、中文乱码解决方案
1、gitk diff中文乱码使用gitk查看日志图形化界面时,diff窗口中文乱码,运行以下命令:git config --global gui.encoding utf-82、git用户名和邮箱修改查看用户名和邮箱:git configuser.namegit config user.email修改用户名和邮箱:git config --globaluser.name“your name”git config --global user.email “your email”...原创 2021-02-10 18:02:28 · 964 阅读 · 0 评论