Skip to content

Instantly share code, notes, and snippets.

@tobiasdalhof
Last active July 30, 2018 07:37
Show Gist options
  • Save tobiasdalhof/b7aeb87c6ac3e551c221fd8b1013fbe9 to your computer and use it in GitHub Desktop.
Save tobiasdalhof/b7aeb87c6ac3e551c221fd8b1013fbe9 to your computer and use it in GitHub Desktop.
Laradock cron on Windows 10 Pro

If the cron is not running then it will probably fail silently because of EOL issues.

Check EOL

# @see ttps://unix.stackexchange.com/a/389616
cat -A file

Add EOL option to VSCode

"files.eol": "\n"

Recreate the cron file and rebuild the workspace container

Update git config

# @see https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace
git config --global core.autocrlf true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment