Git on Windows

파일 다운로드http://msysgit.googlecode.com/files/PortableGit-1.7.7.1-preview20111027.7z
D:\\JavaSoft\git-1.7.1 로 압축 풀기
시스템 환경 경로 추가:D:\JavaSoft\git-1.7.1\\bin;D:\JavaSoft\git-1.7.7.1\cmd;

git config --global user.name "your.name" git config --global user.email [email protected]

만 든 키:
mkdir /.ssh
ssh-keygen -f D:\JavaSoft\git-1.7.7.1\.ssh\id_rsa -t rsa -C '[email protected]' -t rsa
복사 idrsa.pub 의 내용 은 github.com 에 공개 키 를 추가 한 다음 붙 여 저장 합 니 다.
테스트:[email protected]
Hi your.name! You've successfully authenticated, but GitHub does not provide shell access.

좋은 웹페이지 즐겨찾기