Last active
August 29, 2022 16:28
-
-
Save linuxkeepup/afd55caf0272a3891639318a5ca362c4 to your computer and use it in GitHub Desktop.
The A-Z Git Development Service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please send your query for Git Remote Support Service: | |
Telegram: https://t.me/montasir2022 | |
WhatsApp: https://web.whatsapp.com/send?number=01768231949 | |
Email: [email protected] | |
#!/bin/bash | |
sudo add-apt-repository ppa:git-core/ppa | |
sudo apt update | |
sudo apt install git | |
git --version | |
sudo git config --global user.name "name" | |
sudo git config --global user.email [email protected] | |
sudo apt update | |
sudo -i | |
ssh-keygen -t rsa -b 4096 -C "[email protected]" | |
eval "$(ssh-agent -s)" | |
ssh-add ~/.ssh/id_rsa | |
cat /root/.ssh/id_rsa.pub | |
#git #github #gitlab #GitSupport |
Author
linuxkeepup
commented
Aug 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment