CentOS에서 git client 설치하고, clone하기.. ㅋ
git 명령어가 안먹으면, 설치...
yum install git-core
clone(클라이언트로 저장소 가져오기)
git clone git@github.com:netcrazy/JdbcTest.git
cd ~/.ssh && ssh-keygen cat id_rsa.pub
and copy the key into the SSH settings of the Github website.
(끝)