-git bash를 설치하고 실행한다.
-유저를 등록한다
git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
-키를 만든다
ssh-keygen -t rsa
-공개키를 보인다
cat ~/.ssh/id_rsa.pub
-키를 복사해서 Bitbucket의 설정 화면에서 입력한다
-ssh-agent가 잘 안되면 git_bash에서는 다음과 같이 입력
eval $(ssh-agent -s)
http://stackoverflow.com/questions/24154816/git-bash-could-not-open-a-connection-to-your-authentication-agent
-다음을 참고해서 푸쉬한다
https://confluence.atlassian.com/bitbucket/create-a-repository-for-your-existing-files-800695576.html
'ETC' 카테고리의 다른 글
Github에 안보이고 싶은 파일 위해 새로 푸쉬하기 (0) | 2017.02.05 |
---|---|
엑셀 좌우 화면 반전됐을 때 (0) | 2017.02.01 |
-이세돌 9단에게 경의를 (0) | 2016.03.12 |
일본은행과 환투기 세력 쉽게 정리 (0) | 2016.01.10 |
-청약열기 활활 (0) | 2015.10.26 |