.gitattributes に以下を記述したまま git clone すると、
git config で core.autocrlf=true にしても改行が LF
のまま。
* ident
原因はまだわからん…
仕方ないので
git rm .gitattributes
git commit -m "remove .gitattributes"
# git が管理しているファイルを全部削除して以下実行
git reset --hard
これで復活
0 件のコメント:
コメントを投稿