git config

简介:

git config --global core.whitespace  cr-at-eol
               cr-at-eol treats a carriage-return at the end of line as part of the line terminator, i.e. with it, trailing-space does not
               trigger if the character before such a carriage-return is not a whitespace (not enabled by default).
        去掉git提交时出现很多^M提示符,


git config --global core.filemode false
         git 提交时忽略文件权限,该值默认是true

目录
相关文章
|
6月前
|
开发工具 git
*** Please tell me who you are.Run git config --global user.email “you@example.com“ git confi
*** Please tell me who you are.Run git config --global user.email “you@example.com“ git confi
|
网络安全 开发工具 git
git config 查看,设置,删除项
git config 查看,设置,删除项
git config 查看,设置,删除项
|
Shell 开发工具 git
Git使用commit命令时报错“bad numeric config value ‘ture‘ for ‘color.ui‘: invalid unit”(已解决)
Git使用commit命令时报错“bad numeric config value ‘ture‘ for ‘color.ui‘: invalid unit”(已解决)
260 0
Git使用commit命令时报错“bad numeric config value ‘ture‘ for ‘color.ui‘: invalid unit”(已解决)
|
开发工具 git
error: could not lock config file .git/config: Permission denied/Command failed with exit 255
error: could not lock config file .git/config: Permission denied/Command failed with exit 255
410 0
|
开发工具 git
Git:查看config配置文件
Git:查看config配置文件
152 0
Git:查看config配置文件
|
开发工具 git
Git - 修改 Config 配置用户名和邮箱
Git - 修改 Config 配置用户名和邮箱
331 0
Git - 修改 Config 配置用户名和邮箱
|
存储 数据可视化 Java
Spring Cloud Config采用Git存储时两种常用的配置策略
Spring Cloud Config采用Git存储时两种常用的配置策略
148 0
|
3月前
|
算法 安全 Java
微服务(四)-config配置中心的配置加解密
微服务(四)-config配置中心的配置加解密
|
2月前
|
JavaScript 前端开发 应用服务中间件
vue前端开发中,通过vue.config.js配置和nginx配置,实现多个入口文件的实现方法
vue前端开发中,通过vue.config.js配置和nginx配置,实现多个入口文件的实现方法
158 0
|
3月前
|
JavaScript
Vue3基础(19)___vite.config.js中配置路径别名
本文介绍了如何在Vue 3的Vite配置文件`vite.config.js`中设置路径别名,以及如何在页面中使用这些别名导入模块。
113 0
Vue3基础(19)___vite.config.js中配置路径别名
下一篇
无影云桌面