瀏覽代碼

git config --global core.safecrlf false

Bachir Soussi Chiadmi 5 年之前
父節點
當前提交
8eba82aa45
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      bin/misc.sh

+ 2 - 0
bin/misc.sh

@@ -29,4 +29,6 @@ echo "${TIMEZONE}" > /etc/timezone
 
 rc-service crond start && rc-update add crond
 
+git config --global core.safecrlf false
+
 echo -e "Misc done"