Coder Social home page Coder Social logo

testrepo's Introduction

README

分支测试

暂存文档

testrepo's People

Contributors

yukidengyu avatar

Watchers

James Cloos avatar

testrepo's Issues

git warning: LF will be replaced by CRLF in 解决办法

在使用git的时候,每次执行 git add, 系统都会提示

git warning: LF will be replaced by CRLF in XXX

由于Linux中的换行符是LF,而Windows中的换行符是CRLF,如果想用Windows下的git管理来自Linux的文本文件,git会默认将LF转换成CRLF,并发出烦人的warning。解决办法如下:

进入目标仓库的最上层目录执行:
git config core.autocrlf false

改变 git bash 默认路径

右键点击 git bash 软件图标,打开「属性」对话框。

将「目标」路径地址的末尾「--cd-to-home」删掉;
并且在「起始位置」栏填入「你想设置的默认路径」。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.