windows git安装后更换the line ending conversions

Is there a file or menu that will let me change the settings on how to deal with line endings?

There are 3 options:

  1. Checkout Windows-style, commit Unix-style line endings Git will convert LF to CRLF when checking out text files. When committing text files, CRLF will be converted to LF. For cross-platform projects, this is the recommended setting on Windows ("core.autocrlf" is set to "true")
  2. Checkout as-is, commit Unix-style line endings Git will not perform any conversion when checking out text files. When committing text files, CRLF will be converted to LF. For cross-platform projects this is the recommended setting on Unix ("core.autocrlf" is set to "input").
  3. Checkout as-is, commit as-is Git will not perform any conversions when checking out or committing text files. Choosing this option is not recommended for cross-platform projects ("core.autocrlf" is set to "false")

方法:

The normal way to control this is with git config

For example

git config --global core.autocrlf true

For details, scroll down in this link to Pro Git to the section named "core.autocrlf"



If you want to know what file this is saved in, you can run the command:

git config --global --edit

时间: 2024-10-05 04:45:07

windows git安装后更换the line ending conversions的相关文章

android修改布局后遇到 Incorrect line ending: found carriage return (\r) without corresponding newline (\n) 错误

遇到这个问题,只需要在eclipse中的Project选项菜单中选择clean,选中当前的项目.clean之后就不会报错了. 如图: Clean will discard all build problems and built states. The projects will be rebuilt from scratch. 大致意思就是Clean之后 ADT会清除之前编译产生的文件和保存的状态. 重新编译就好了. 总之遇到特别奇怪的bug时,不妨clean之后,重新编译一次,也许就解决了.

去除 Git 安装后的右键菜单

64位 windows 8.1 安装 Git 后,右键菜单多了3个选项(Git Init Here,Git Gui, Git Bash),但是用不着,需要删掉.方法如下: 1.在 CMD 中进入 Git 安装文件夹.如我的是(D:\Program Files (x86)\Git\git-cheetah) 2.执行命令 regsvr32 /u git_shell_ext64.dll 如果要还原,就执行命令 regsvr32 git_shell_ext64.dll

C#编写的windows服务安装后启动提示“服务启动后又停止了”

使用C#编写的windows服务安装到服务器上行后进行启动时,总是提示“服务启动后又停止了”. 检查了服务逻辑是没问题,安装在开发本地也是正常,网上查了资料说是可能是服务没有注册,我检查了服务是正常注册,相对应的方法试很多了,但是都没有解决.后来无意中看了一个帖子说可以在windows的本地服务日志里边看报错信息.看到这个,我的问题就有办法处理了,查了一下保存信息,提示找不到“E:\\”,看到这里我就明白是怎么回事了,我的开发机有E盘,服务器上没有E盘,而我的日志文件默认写在E盘,所以服务启动后

git安装后配置

安装git后需要配置一下环境,每台计算机上只需要配置一次,程序升级时会保留配置信息. 你可以在任何时候再次通过运行命令来修改它们. 通过git config命令来配置环境变量,这些变量存储在三个不同的位置: /etc/gitconfig 文件: 包含系统上每一个用户及他们仓库的通用配置. 使用带有 --system 选项的 git config 来配置该文件中的变量. ~/.gitconfig 或 ~/.config/git/config 文件:只针对当前用户. 可以传递 --global 选项

windows git安装到把项目推送到github

1. 下载mygit一路下一步默认安装 2.下载TortoiseGit 3. 设置git     $ git config --global user.name "your name"     $ git config --global user.email [email protected] 4.本地创建ssh key   $ ssh-keygen -t rsa -C [email protected]    后面的[email protected]改为你的邮箱,之后会要求确认路径和

git安装后问题

1.git 图标不显示 打开regedit.exe,准备修改注册表找到 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer新建一个"字符串值"名称为 "Max     Cached Icons" 值是 "2000"重启一下电脑,图标就显示了. 2.TortoiseGit上不能正常操作问题 报错:disconnected:no supported authent

Windows Server 安装后无法使用无线与音频

1.无线 运行powershell,输入命令: install-windowsfeature Wireless-Networking 之后重启. 运行cmd输入: sc config WlanSvc start= auto && sc start Audiosrv 2.音频服务 运行cmd输入: sc config Audiosrv start= auto && sc start Audiosrv 如果已经操作完以上步骤后,你的无线或者音频还不能使用,请重新安装对应的驱动就

Redhat 使用中文安装后更换为英文的设定

vi /etc/sysconfig/i18n将LANG改为LANG=en_US.UTF-8保存退出,重新reboot

WHMCS主机财务软件用在windows下安装后无法登陆后台?

这个问题的原因是出在PhP Session设置不正确???解决方法:检查PHP配置文件php.ini,检查以下配置:session.save_path=”C:\temp” 是否设置正确,目录是否创建,权限是否正常.session_start=1启用sessionsession.use_trans_sid=1启用