Created
March 24, 2025 19:01
-
-
Save noahjames404/f8bc451b3ba35ae004dc4a527f9c6827 to your computer and use it in GitHub Desktop.
git setup
This file contains hidden or 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
| sudo dnf install -y git --skip-broken | |
| cd ~/.ssh | |
| ssh-keygen -t rsa -b 4096 -N "" -f ~/.ssh/id_rsa && cat id_rsa.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment