diff options
author | Slack Coder <slackcoder@server.ky> | 2024-10-15 10:00:30 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-10-15 10:00:30 -0500 |
commit | 821f952e776b9d3e45b6e428588cfcaeed9b56e0 (patch) | |
tree | e675b67f6912594b2c5c2379d760f8ba6ca8f287 | |
parent | bc97a829db6347cf012d0dc08a0c270942115435 (diff) | |
download | mirror-821f952e776b9d3e45b6e428588cfcaeed9b56e0.tar.xz |
todo
-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. |