The gitutils use the change-log and BogusDataBot.sh scripts which are normally installed from smeserver-mock. Until an EL8 rpm is built, then you need to copy these to ~/bin or /usr/bin from your EL7 or SMEServer system.
+
+
They also use the json utilities "jq", and the git-lfs plugin so you need:
+
+
sudo dnf install jq
+
sudo dnf install git-lfs
If you want to save your credentials to the gitea server, then do this:
If you want to save your credentials to the gitea server, then do this:
Line 213:
Line 220:
git config --global credential.helper store
git config --global credential.helper store
−
Then next time you need to access the repo to push and it asks for your credentials it will save them
+
Then next time you need to access the repo to push and it asks for your credentials it will save them.
+
This saves them apparently in plain to a restricted file called ".git-credentials" somewhere, however I've not found it yet!