Git Source Messages
See Errors & Warnings Catalog for the full index, and Errors & Warnings Guide for a narrative explanation of message categories, exit codes, and common fixes.
Messages from the git data source, which reads git repository information for use as include tokens.
| Message | Exit Code | Hint |
|---|---|---|
| 💡 Verify the configured path is the site's .git directory, that it exists and is a directory, and that you can list it. SSI reads .git files directly; it does not run the git command. | ||
| 9 | 💡 The ref entry for 💬paths_ref_path does not contain a valid 40-character hex string. Verify your .git directory has not been tampered with. | |
| 9 | 💡 The .git/HEAD file referenced a ref path that either contains '..' components or is an absolute path. Both are security violations — a crafted HEAD file cannot be allowed to read arbitrary files via path traversal or by providing an absolute path that replaces the base. Verify your .git directory has not been tampered with. | |
| 9 | 💡 Symlinks in .git directories can be used for attacks — investigate why this symlink exists |