Я не уверен GIT показывает много измененных файлов после того, как я запустил
chmod -R 777 bootstrap/ storage/
Шаги
┌──[bheng@pmv2]──[~/pm2020]
└── chmod -R 777 bootstrap/ storage/
┌──[bheng@pmv2]──[~/pm2020]
└── git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: bootstrap/app.php
modified: bootstrap/autoload.php
modified: bootstrap/cache/.gitignore
modified: storage/.gitignore
modified: storage/app/.gitignore
modified: storage/framework/.gitignore
modified: storage/framework/cache/data/.gitignore
modified: storage/framework/config_ss.php
modified: storage/framework/sessions/.gitignore
modified: storage/framework/views/.gitignore
modified: storage/logs/.gitignore
Я уже включил их в свой файл .gitignore
.gitignore
уже включает их.
/public/storage
storage/
bootstrap/
Что мне делать, чтобы этого избежать? Я что-то сделал не так?