顯示具有 tortoisegit 標籤的文章。 顯示所有文章
顯示具有 tortoisegit 標籤的文章。 顯示所有文章

2012年9月19日 星期三

git gui tortoisegit install on win

reference url:
http://forums.wasabistudio.ca/viewtopic.php?f=69&t=35793

TortoiseGit可到此下載: http://code.google.com/p/tortoisegit/downloads/list。根據系統的類型,選擇下載64bit或是32bit的版本;下載好以後安裝然後重開機。

重開好後,安裝msysgithttp://code.google.com/p/msysgit/downloads/list。下載Full installer for official Git 1.7.6,或是更新的版本。裝了這個以後TortoiseGit才能正常使用

git clone ( tortoisegit , command line git )

http://forums.wasabistudio.ca/viewtopic.php?f=69&t=35793

下載版本庫時,如果是透過 ssh url(e.g.: ssh://d68fbe50@g.s:29418/symfonyproject.git)
請先雙擊滑鼠左鍵,啟動桌面上的 git bash

依文章內容,產生 ssh key 後,再下載版本庫

使用 tortoisegit 步驟如下:
請開啟檔案瀏覽器,並在放置版本庫的父目錄(e.g.: D:\notscanned\git ),右鍵選單,點擊 git clone
出現對話框後,點擊OK

出現對話框,詢問是否信任該主機的 rsa key fingerprint ,點擊 yes

出現對話框,詢問私鑰通行語為何

輸入私鑰通行語後,點擊 OK

出現 clone 進度對話框,下載完成後,提示 success ,點擊 close 關閉對話框

結果如下:

命令列步驟如下:
cd /path/to/projects
git clone ssh://d68fbe50@g.s:29418/symfonyproject.git