반응형 centos7 git1 [CentOS7] git 설치 //git 설치 1. yum install git //git 환경 확인 //git config -l 2. git config --global user.name "hshan" 3. git config --global user.email "hhseong@tistory.com" 4. git config --global color.ui auto 5. git config --global alias.st status 6. user.name = hshan //ssh 셋팅 1. cd ~ 2. ssh-keygen -t rsa -b 4096 -C "hhseong.tistory.com" 3. 엔터 3번 4. ls -al * .ssh // 폴더 확인 * ssh-keygen -p // 키 삭제 * eval "$(ssh-agen.. 운영체제 이야기/Linux(CentOS) 2021. 3. 1. 이전 1 다음 💲 추천 글 반응형