Skip to content

Instantly share code, notes, and snippets.

@cloudybdone
Last active December 8, 2021 17:17
Show Gist options
  • Select an option

  • Save cloudybdone/b52d9c96d5e41033720d2aa16848ddd2 to your computer and use it in GitHub Desktop.

Select an option

Save cloudybdone/b52d9c96d5e41033720d2aa16848ddd2 to your computer and use it in GitHub Desktop.
I Will Setup Git Into Any Linux Destro
If you need anything related with Git Linux contact:
Telegram: https://t.me/Cloudybdone
WhatsApp: https://wa.link/3j794g
Skype: https://join.skype.com/invite/vLFaKHxboQrc
Email: cloudybdone@gmail.com
Linkedin: https://www.linkedin.com/in/cloudybdone/
Facebook: https://www.facebook.com/cloudybdone/
About Me: https://about.me/cloudybdone
#!/bin/bash
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo -i
ssh-keygen -t rsa -b 4096 -C "cloudybdone@gmail.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
cat /root/.ssh/id_rsa.pub
#git #github #gitlab #git_setup
Play List: https://www.youtube.com/channel/UChUJekQmef1PcnamCTg0CVg/playlists
@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2021-12-08 21-48-47

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2021-12-08 21-40-12

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2021-12-08 21-41-32

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2021-12-08 22-19-34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment