在windows上安裝git
1用模擬好的環境和GIT的msysgit來安裝,網址是git-for-windows.github.io,然后默認選項安裝即可
2安裝完成后,從開始菜單中找到 Git-git bash,說明安裝成功
3git的項目管理分為http url 和ssh
? http url在push的時候需要輸入用戶名?
? 而ssh則不需要輸入用戶名
? 為了使用方便,推薦配置ssh來訪問github
4 msysGit配置SSH訪問GitHub
推薦http://jingyan.baidu.com/article/a65957f4e91ccf24e77f9b11.html
注意最后是否測試成功