1、克隆testing庫並導入eclipse中git
方法一:eclipse
一、File->Import->Git-Projects from Git->URI,在彈出的對話框中輸入URI:ssh://git@svrdev/testing
ssh
二、選擇庫中的一個分支,這裏選擇master分支this
三、選擇Initial branch(由於上一步只選擇了master分支,因此這裏只有master)spa
四、勾選Import existing projects(默認)3d
五、選擇庫中某個工程(默認勾選了test)blog
方法二:ip
一、在Git Repositories視圖中,點擊Clone a Git Repository and add the clone to this view圖標按鈕get
二、在彈出的對話框中輸入URI:ssh://git@svrdev/testingit
三、選擇庫中的一個分支,這裏選擇master分支
四、選擇Initial branch(由於上一步只選擇了master分支,因此這裏只有master)
到此,已將testing庫克隆到本地,而後須要將testing導入到Eclipse中。
五、File->Import->Git-Projects from Git->Local,在彈出的對話框中選擇testing
六、勾選Import existing projects(默認)
七、選擇庫中某個工程(默認勾選了test)