blob: 6078749dddba3d8e1e0c97af48944d6bb607d02c (
plain)
1
2
3
4
5
6
7
8
9
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.
|