WEIGEL FORUM
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    GIT clone Private Repo

    Linux
    1
    1
    17
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DerMeldosD
      DerMeldos
      last edited by

      firstly git needs to be installed.

      apt install git -y
      

      afterwards, 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-Collection
      

      To create a Personal access token, visit the GitHub webpage and create a new token under Developer Settings.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors