2012. 2. 8. 11:08, DEV/개발관련 툴
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
eclipse에서 git pull 할때 auth failed 에러가 발생한 경우 아래와 같은 방법으로 해결
- In your Eclipse go to Window > Preferences > Network Connections > SSH2 (or just type "SSH2" in preferences window filter box).
- In "Key Management" tab press "Generate RSA Key..." button. Optionally you can add comment (usually e-mail address) and passphrase to your key. Passphrase will be used during authentication on GitHub.
- Copy your generated public key (in a box just below "Generate RSA Key..." button) and add it to your GitHub account.
- Press "Save Private Key..." button
to save your private RSA key into
file. By default keys are stored in
SSH2 home directory (see "General"
tab).
http://stackoverflow.com/questions/3601805/auth-problem-with-egit-and-github
'DEV > 개발관련 툴' 카테고리의 다른 글
Comments, Trackbacks