IntelliJ3 SSH key & multi GitHub & IntelliJ SSH key 발급 git bash에서 실행 아래 명령 입력, 이메일은 수정 $ ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 엔터 클릭 Enter a file in which to save the key (/Users/you/.ssh/id_rsa): [Press enter] SSH 암호 입력, 암호입력없이 하려면 엔터 Enter passphrase (empty for no passphrase): [Type a passphrase] Enter same passphrase again: [Type passphrase again] ssh key 클립보드에 복사 $ clip < ~/.ssh/id_rsa.pub 발급한 SSH key를 ssh-agent에 등록 ss.. 2016. 3. 25. IntelliJ code map plugin 코드맵 https://github.com/Vektah/CodeGlance 인텔리제이 Settings > Plugins Install plugin from disk... 다운받은 파일 선택 후 인텔리제이 재시작하면 적용완료. 2016. 3. 24. intellij lombok 적용 intellij lombok 적용하는 방법입니다. File -> settings -> Plugins 로 들어갑니다. 하단의 가운데 [Browse Repositories] 버튼을 클릭해서 Lombok Plugin을 설치합니다. cannot find symbol 이라고 하면서 getter, setter 부분에서 오류가 나는 경우 Settings -> Compiler -> Annotation Processors 로 들어가서 Enable annotaion processing 을 선택해서 활성화 시킵니다. 2015. 11. 25. 이전 1 다음