diff options
Diffstat (limited to 'fix error logs.md')
-rw-r--r-- | fix error logs.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fix error logs.md b/fix error logs.md new file mode 100644 index 0000000..6078749 --- /dev/null +++ b/fix error logs.md @@ -0,0 +1,10 @@ +# Fix error logs + +An error is being logged in the system without displaying the reason. + +``` +09 Oct 24 09:18 -0500: could not clone from 'https://git.omarpolo.com/gmid.git': cloning: +``` + +It is likely because the repository does not exist, and the service has no +write permissions to the directoy. |