2016年7月12日 星期二

Android Studio首次同步project to bitbucket(Android Studio + git + bitbucket )

預先準備1:架設好Git Server,這裡示範使用bitbucket原始碼代管服務做為Git Server
預先準備2:使用SSH(當然也可以用HTTPS)做為git的傳輸協定,要設置好你的SSH Key,做為身分驗證(Authentication)用

這是做為Android Studio的開發人員,將專案整合到bitbucket的第一步


一、到bitbucket創建一個空的repository:
1.登入bitbucket,進入bitbucket Dashboard:
2.Create new repository:


3.輸入Repository name後,點選"Advanced settings"展開其餘選項,Language選擇"Android",最後點擊"Create repository":

4.觀察repository URL:
Create成功後就會進到repository管理頁面,左欄點擊Clone,跳出視窗協定選擇SSH

反白的就是repo URL,先記起來等一下用的到...

二、Create new project with Android Studio:

根據自己的需求去選擇,最後Finish

三、將Project 同步到Git Server(bitbucket)
初始化Git
1.VCS (Alt + S) ->  Enable Version Control Integration...

2.Choose Git 按 OK
按下OK後,左下角產生提示

3.Add files changes to staged:
初始化(2.)完之後,git會偵測file的狀態

按左下角Version Control(Alt + 9)
Add完之後

4.Commit staged files to local repository(Ctrl + k):
勾選你要提交的file(預設是全勾)->輸入commit message-> Commit
Commit 成功,看log有沒有記錄,有一筆commit了!!

5.Push commits to remote git server(bitbucket)(Ctrl+Shift+k):
VCS -> Git -> Push...


點擊Define remote -> 填上剛剛觀察到的URL->OK
按完OK後就會去做連線server的動作(這裡若是失敗可能是SSH key 沒有設置好)
沒問題就按下Push
Push成功會在左下角有提示訊息

檢查一下有沒有push到bitbucket上
成功!!!

原創文章,轉載請註明出處謝謝!~


沒有留言:

張貼留言