diff options
author | Slack Coder <slackcoder@server.ky> | 2024-10-09 12:31:00 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-10-09 12:31:00 -0500 |
commit | 72054a9e20971932ab6396ffd028de9a482ad9ad (patch) | |
tree | 1c84dd73ade239292e0afd150a381257a2b94c95 /fix error logs.md | |
parent | 464f402ecc464534906c1e09f9c5d59ba4f2b340 (diff) | |
download | mirror-72054a9e20971932ab6396ffd028de9a482ad9ad.tar.xz |
todo
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. |