2015-06-21 34 views
2

我想將我的代碼上傳到GitHub,所以我創建了一個存儲庫並最初上傳了代碼。但之後的問題是,當我嘗試推送時,Android Studio告訴我一切都完成了,但是當我上網時,我發現,一切都如此。Android Studio - GitHub推送無法正常工作

讓我分享我的屏幕截圖這裏 -

1起提交

Starting commit

2 - 提交和推 - 我已經選擇了「提交併推送」,從下拉菜單按鈕 -

Commit and push

3-找到成功的消息

enter image description here

4-沒有在reprosetory

enter image description here

完成庫的鏈接here,只有2個提交,一個在第一次提交,然後我加入了自述文件中網絡,只有這2個提交是存在的。

控制檯日誌就像是這個 -

13:35:30.985: cd C:\Android\CustomListview 
13:35:30.999: git -c core.quotepath=false push --progress --porcelain cloud-platform refs/heads/master:master --tags 
github --credentials get: github: command not found 
github --credentials store: github: command not found 
To https://source.developers.google.com/p/custom-list-view-with-image/r/default 
= refs/heads/master:refs/heads/master [up to date] 
Done 

爲什麼不能上傳?

+1

您可以共享版本控制的控制檯日誌嗎? – thuongle

+0

'git remote -v'返回什麼?什麼'雲平臺'是指? – VonC

+0

謝謝!我認爲目的地是錯誤的。它應該是 到https://github.com/abrarjahin/CustomListView-LocalImage.git?請檢查git存儲庫。 – thuongle

回答

1

繪製可以推到GitHub上,如下所示:

  1. 在Android工作室的左側面板,右鍵單擊您的繪圖目錄。
  2. 選擇git,添加。 (Ctrl+Alt+A)
  3. 以下步驟與往常一樣。
  4. 完成!
0

你應該檢查git是否能識別你的cloud-platform

$ git remote -v 

如果不告訴你,你被它推到鏈接,添加它這樣

$ git remote add cloud-platform https://github.com/abrarjahin/CustomListView-LocalImage.git