Set up Github account: config, ssh key
ฝัง
- เผยแพร่เมื่อ 25 ธ.ค. 2024
- #github #git #ssh #linux #cmd
git config --global user.name "name"
git config --global user.email "name@gmail.com"
cd .ssh
ssh-keygen -t rsa -b 4096
cat id_rsa.pub #(copy)
firefox github.com
go to settings, ssh and gpg keys, new ssh key
(paste), add ssh key