{"id":7971,"date":"2017-02-07T18:04:26","date_gmt":"2017-02-07T09:04:26","guid":{"rendered":"http:\/\/nanoappli.com\/blog\/?p=7971"},"modified":"2017-02-05T13:58:22","modified_gmt":"2017-02-05T04:58:22","slug":"git%e3%82%a8%e3%83%a9%e3%83%bclf-will-be-replaed-by-crlf-in%e3%81%8c%e5%87%ba%e3%82%8b%e3%81%a8%e3%81%8d%e3%80%81%e7%89%b9%e5%ae%9a%e3%83%aa%e3%83%9d%e3%82%b8%e3%83%88%e3%83%aa%e3%81%a0%e3%81%91","status":"publish","type":"post","link":"http:\/\/nanoappli.com\/blog\/archives\/7971","title":{"rendered":"[git]\u30a8\u30e9\u30fc&#8221;LF will be replaed by CRLF in&#8221;\u304c\u51fa\u308b\u3068\u304d\u3001\u7279\u5b9a\u30ea\u30dd\u30b8\u30c8\u30ea\u3060\u3051\u8a2d\u5b9a\u3092\u5909\u66f4\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>\ngit for Windows\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u3068\u304d\u306b\u3001git add\u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0\u3059\u308b\u3068\u3001\u4e0b\u8a18\u306e\u30ef\u30fc\u30cb\u30f3\u30b0\u304c\u51fa\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u3001git\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6642\u306b\u3001\u6539\u884c\u30b3\u30fc\u30c9\u306e\u81ea\u52d5\u5909\u63db\u3092\u6709\u52b9\u306b\u3057\u3066\u3044\u308b\u305f\u3081\u3067\u3059\u3002<br \/>\n<br \/>\n<pre><code>warning: LF will be replaed by CRLF in ...\n<\/code><\/pre>\n<br \/>\n\u73fe\u5728\u51e6\u7406\u3057\u3066\u3044\u308b\u30ea\u30dd\u30b8\u30c8\u30ea\u3060\u3051\u3001\u6539\u884c\u30b3\u30fc\u30c9\u306e\u81ea\u52d5\u5909\u66f4\u3092\u884c\u3044\u305f\u304f\u306a\u3044\u5834\u5408\u306f\u3001\u4e0b\u8a18\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308c\u3070\u3088\u3044\u3067\u3059\u3002<br \/>\n<br \/>\n<pre><code class=\"bash\">git config core.autoCRLF false\n<\/code><\/pre>\n<br \/>\ngit\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u308f\u305a\u306b\u3001\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001.git\/config\u5185\u306e[core]\u306b\u4e0b\u8a18\u306e\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3059\u308c\u3070\u3088\u3044\u3067\u3059\u3002\u901a\u5e38\u3001<code>[core]<\/code>\u306e\u8a18\u8ff0\u306f\u65e2\u306b\u3042\u308b\u306e\u3067\u3001\u305d\u306e\u3088\u3046\u306a\u5834\u5408\u306f<code>autoCRLF = false<\/code>\u3060\u3051\u8ffd\u52a0\u3059\u308c\u3070\u3088\u3044\u3067\u3059\u3002<br \/>\n<br \/>\n<pre><code>[core]\n    autoCRLF = false\n<\/code><\/pre>\n<br \/>\n\u307e\u305f\u3001\u7279\u5b9a\u30ea\u30dd\u30b8\u30c8\u30ea\u3060\u3051\u3067\u306a\u304f\u3001\u30b7\u30b9\u30c6\u30e0\u5168\u4f53\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u305f\u3044\u5834\u5408\u306f&#8211;global\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3064\u3051\u308c\u3070\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6642\u306e\u8a2d\u5b9a\u5185\u5bb9\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<br \/>\n<br \/>\n<pre><code class=\"bash\">git config --global core.autoCRLF false\n<\/code><\/pre><\/p>\n","protected":false},"excerpt":{"rendered":"<p>git for Windows\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u3068\u304d\u306b\u3001git add\u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0\u3059\u308b\u3068\u3001\u4e0b\u8a18\u306e\u30ef\u30fc\u30cb\u30f3\u30b0\u304c\u51fa\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u3001git\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6642\u306b\u3001\u6539\u884c\u30b3\u30fc\u30c9\u306e\u81ea\u52d5\u5909\u63db\u3092\u6709\u52b9\u306b\u3057\u3066\u3044\u308b\u305f\u3081\u3067\u3059\u3002 warning: LF will be replaed by CRLF in &#8230; \u73fe\u5728\u51e6\u7406\u3057\u3066\u3044\u308b\u30ea\u30dd\u30b8\u30c8\u30ea\u3060\u3051\u3001\u6539\u884c\u30b3\u30fc\u30c9\u306e\u81ea\u52d5\u5909\u66f4\u3092\u884c\u3044\u305f\u304f\u306a\u3044\u5834\u5408\u306f\u3001\u4e0b\u8a18\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308c\u3070\u3088\u3044\u3067\u3059\u3002 git config core.autoCRLF false git\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u308f\u305a\u306b\u3001\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001.git\/config\u5185\u306e[core]\u306b\u4e0b\u8a18\u306e\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3059\u308c\u3070\u2026<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[187],"tags":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":7742,"url":"http:\/\/nanoappli.com\/blog\/archives\/7742","url_meta":{"origin":7971,"position":0},"title":"[Visual Studio Code]git push\u3067\u304d\u306a\u3044\u3068\u304d\u306f&#8211;set-upstream\u304c\u5fc5\u8981","date":"2016\u5e749\u670814\u65e5","format":false,"excerpt":"Visual Studio Code\u3067\u306f\u3001git\u7ba1\u7406\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3059\u308b\u5834\u5408Visual Stu\u2026","rel":"","context":"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":6125,"url":"http:\/\/nanoappli.com\/blog\/archives\/6125","url_meta":{"origin":7971,"position":1},"title":"SmartGit\u3092\u4f7f\u3063\u3066Android\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3059\u308b","date":"2012\u5e7412\u670825\u65e5","format":false,"excerpt":"\u524d\u56deWindows\u7528\u306egit\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3067\u3042\u308bSmartGit\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002 Window\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/12\/20121224_49.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":6121,"url":"http:\/\/nanoappli.com\/blog\/archives\/6121","url_meta":{"origin":7971,"position":2},"title":"Windows\u3067GUI\u7248git\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306eSmartGit\u3092\u4f7f\u3048\u308b\u3088\u3046\u306b\u3059\u308b","date":"2012\u5e7412\u670824\u65e5","format":false,"excerpt":"\u4eca\u307e\u3067SVN + RapidSVN\u3092\u4f7f\u7528\u3057\u3066\u3044\u305f\u306e\u3067\u3059\u304c\u3001Git\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u304b\u3063\u305f\u306e\u3067\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/12\/20121224_11-500x322.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":6712,"url":"http:\/\/nanoappli.com\/blog\/archives\/6712","url_meta":{"origin":7971,"position":3},"title":"Windows\u304b\u3089AWS CodeCommit\u3092\u4f7f\u3046(TortoiseGit\u4f7f\u7528)","date":"2016\u5e741\u670817\u65e5","format":false,"excerpt":"AWS\u306b\u3066\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u306b\u4f7f\u7528\u3067\u304d\u308bgit\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30b5\u30fc\u30d3\u30b9\u3067\u3042\u308bCodeCommit\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2016\/01\/20160115_72.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":8127,"url":"http:\/\/nanoappli.com\/blog\/archives\/8127","url_meta":{"origin":7971,"position":4},"title":"\u66f8\u7c4d\u300c\u30b5\u30fc\u30d0\u30fc\u30ec\u30b9\u30b7\u30f3\u30b0\u30eb\u30da\u30fc\u30b8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u300d\u3092Windows\u74b0\u5883\u3067\u5b9f\u884c\u3059\u308b(sspa\u30b3\u30de\u30f3\u30c9)","date":"2017\u5e747\u67088\u65e5","format":false,"excerpt":"\u30aa\u30e9\u30a4\u30ea\u30fc\u304b\u3089\u51fa\u7248\u3055\u308c\u3066\u3044\u308b\u66f8\u7c4d\u3001\u30b5\u30fc\u30d0\u30fc\u30ec\u30b9\u30b7\u30f3\u30b0\u30eb\u30da\u30fc\u30b8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u306f\u3001\u5358\u4f53\u30c6\u30b9\u30c8\u3084\u30b5\u30fc\u30d0\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2017\/07\/20170708_1-500x269.png?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":8008,"url":"http:\/\/nanoappli.com\/blog\/archives\/8008","url_meta":{"origin":7971,"position":5},"title":"[php]composer self-update\u3067\u30a8\u30e9\u30fc[Composer\\Downloader\\TransportException]\u304c\u51fa\u308b\u3068\u304d","date":"2017\u5e742\u670813\u65e5","format":false,"excerpt":"composer\u3092\u4f7f\u7528\u3057\u3066\u3044\u3066composer self-update\u30b3\u30de\u30f3\u30c9\u5b9f\u884c\u6642\u306b\u4e0b\u8a18\u306e\u30a8\u30e9\u30fc\u304c\u2026","rel":"","context":"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/7971"}],"collection":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/comments?post=7971"}],"version-history":[{"count":4,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/7971\/revisions"}],"predecessor-version":[{"id":7975,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/7971\/revisions\/7975"}],"wp:attachment":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/media?parent=7971"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/categories?post=7971"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/tags?post=7971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}