$ git status
…
Changes not staged for commit:
(use “git add
(use “git restore
modified: .cicd/update-svc-values.sh
no changes added to commit (use “git add” and/or “git commit -a”)
how to fix:
git config core.fileMode false
$ git status
…
Changes not staged for commit:
(use “git add
(use “git restore
modified: .cicd/update-svc-values.sh
no changes added to commit (use “git add” and/or “git commit -a”)
how to fix:
git config core.fileMode false
Leave a Reply