我使用 egit 來管理eclipse中的android工程。 html
有篇文章比個人更清楚,請移步這裏。 android
因爲我是從android官網上下載的adt-bundle-windows-x86-20130219,這是一個集成了eclipse和ADT的開發環境,所以打開eclipse後help中沒有網上一般介紹的Eclipse Marketplaces。須要按照以下步驟進行安裝git。 git
一、下載egit
egit須要eclipse受權,經過網頁是沒法下載egit的安裝包的。打開eclipse→help→install new software→add,Name欄中輸入egit,location欄中輸入 http://download.eclipse.org/egit/updates/ ,點擊ok進行下載。下載完成後會提示重啓eclipse。 github
二、在Eclipse中生public key, 並添加到GitHub Repository中。
Eclipse中經過:performance -> SSH2 -> Key Management -> Gernerate RSA Key
window → preference → general → network connection → SSH2 → Key Management → generate RSA Key... → apply → save private key...
生成 SSH 的 public key。
在GitHub中經過:edit your profile -> ssh key -> Add SSH Key 添加SSH Key, 把上面生成的 public key 拷貝到這裏,保存。 windows
三、導入現有工程
打開一個工程,在工程名上右鍵,點擊team→share project,將你的工程另外導入到一個git文件夾。 app
四、提交
在項目上點右鍵–>team–>commit。commit是commit到本機的git庫,而push纔是同步到github。 eclipse
五、提交時可能會出現不能鏈接的錯誤,請參考 ssh
詳細的egit使用手冊(圖文)。 spa