In laravel 6 when you get error exception. sometime you will see "Maximum Execution 60s exceed for git status -s command". This error usually occurs when your Internet server or local area network access is slow or you are under embargo.
laravel 6 error page using ignigation package. so simply run below command in yout terminal to publish this package config:
php artisan vendor:publish --provider="Facade\Ignition\IgnitionServiceProvider" --tag="flare-config"
then go to config/flare.php file and set collect_git_information key to FALSE