Browsed by
Author: admin

Git: warning: Not a git repository

Git: warning: Not a git repository

When you try to update/pull or get a diff for the Git repository, you can get a warning: It is because the new version of Git forbidden to run git commands in a directory that is not owned by the current user ( CVE-2022-24765 ) To fix, you need to change permission for the directory or set security options to git when running commands in CI/CD

Minio setup

Minio setup

Minio it is self-hosted storage compartible with s3 API Create key and secret Make nomad file Get mc – CLI for Minio Create connection to storage and add bucket Create file with policy user.json Add policy Add user Apply policy to user Go to another server/OS configure connect to minio and test upload Done Documentation – https://docs.min.io/docs/minio-client-complete-guide.html