github
Eclipse에서의 Git 사용 - (3) Github 연결
2016. 10. 22.Eclipse에서의 Git 사용 - (3) Github 연결 1. github repository 생성https://github.com/new 에서 아래와 같이 저장소를 생성한다. 2. Eclipse Git repositories perspective 로 전환이클립스로 돌아와 Git repositories perspective 로 전환한 후 해당 프로젝트 Remotes > Create Remote > URI Change > Location URI 에서 앞서 생성한 github 저장소의 주소를 입력한다. 하단의 인증정보 입력란에 github 계정 정보를 입력한다. Configure Push > Advanced... > Add All Branches Spec 클릭 > Save and Push master [..
Github 계정에 SSH 키 등록하기 Adding a new SSH key to your GitHub account
2016. 6. 10.새로운 또는 기존 SSH 키를 GitHub 계정에 등록하는 방법 1. github.com 로그인 > 우측 상단 프로필 사진 Settings 클릭 2. 좌측 SSH and GPG Keys 클릭 > New SSH Key Enter file in which to save the key (/root/.ssh/id_rsa): 그냥 엔터 Enter passphrase (empty for no passphrase): 입력 후 엔터 12345678910111213141516171819202122232425(envangular)root@localhost:~# ssh-keygen -t rsa -b 4096 -C "*******@gmail.com"Generating public/private rsa key pair.Ente..