GIT clone Private Repo
-
firstly git needs to be installed.
apt install git -yafterwards, configure your identity.
git config --global user.email "you@example.com" git config --global user.name "Your Name"Now clone the repo.
git clone https://personalaccesstoken@github.com/DerMeldos/WEIGEL-Ansible-CollectionTo create a Personal access token, visit the GitHub webpage and create a new token under Developer Settings.