From 363cb25a9c6045a6771432e16f8df09412b68e6a Mon Sep 17 00:00:00 2001 From: Kazuhiro Kato Date: Tue, 18 Feb 2025 07:45:31 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Windows=20=E3=81=A7=E3=81=AE=20CRLF=20?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E8=A7=A3=E6=B1=BA=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=81=9F=E3=82=81=20.gitattributes=20=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8cd5aff5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf From d777f47d6f9e4c835ae4ca23fa7ac68be2d8ceee Mon Sep 17 00:00:00 2001 From: Kazuhiro Kato Date: Tue, 18 Feb 2025 08:00:38 +0900 Subject: [PATCH 2/2] =?UTF-8?q?README.md=20=E3=81=AE=20CRLF=20=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=81=AE=E8=A8=98=E8=BF=B0=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a10b2704..8b68d3bb 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,6 @@ docker compose up -d --build --wait ※ macOSでユーザーのホームディレクトリ配下以外にファイル群を配置する場合、Dockerの共有設定が別途必要となります -※ Windowsでgitを利用する場合、デフォルト設定でのインストールを行うとスクリプトの改行コードを変えられてしまい、データベースを正しく構築できないことがあります ([参考](https://github.com/The-Japan-DataScientist-Society/100knocks-preprocess/issues/1#issue-640590032)) - -※ 改行を変えないよう設定するか、ZIPをダウンロードして利用してください - ※ コンテナは作成されたがデータベースに接続できない、という場合の多くはディレクトリに対するアクセス権限設定の問題となります ※ インストールの説明は `doc` 配下の説明資料も参照してください