gitlab clone in mac OS

gitlab clone in mac OS

-Need to generate ssh key using
-> ssh-keygen

save it to the specific directory || add key to the gitlab ssh key section from the .pub file
-> -nano ~/.ssh/config


add this data
Host *
AddKeysToAgent yes
UseKeyCHain yes
IdentityFile ~/.ssh/{SSH_KEY_FILE_NAME}

add pub key in git 
-> SSH Key
    • Related Articles

    • CHANGE GITLAB RUNNER

      Required Details : - server architectures type [ x86, AMD64, ARM64, ARM, s390x, ppc64le ] - super user access [ sudo password ] SSH in server where you want to set git runner. Step 1) #download binary for your system Warning : Select binary as per ...
    • Registering to OpenXcell SSO

      Overview: Openxcell SSO, is an enterprise grade Identity Provider supporting Single-Sign-On Using various authentication protocols such as OIDC and SAML. To ensure single point of authentication and security across all the organization owned and ...
    • Git clone into specific folder

      git init git remote add origin PATH/TO/REPO git fetch git checkout -t origin/master
    • Server Setup Ticket Format

      Hello @all   [ ALL TL / PM ]   I'm giving a template for server setup. I'd like to propose that all team-leaders and project-managers create all set-up tickets themselves.  NOTE - Please double-check all project-related details in the README.md file ...
    • Installing Docker

      Installing Docker On Windows Minimul Requirement :  1. Windows 10 64bit 2. At least 4GB of RAM. Steps: 1. Download exe from  download.docker.com 2. Run the installer.   3. Start the docker.  More Information ...