我想將我的代碼上傳到GitHub,所以我創建了一個存儲庫並最初上傳了代碼。但之後的問題是,當我嘗試推送時,Android Studio告訴我一切都完成了,但是當我上網時,我發現,一切都如此。Android Studio - GitHub推送無法正常工作
讓我分享我的屏幕截圖這裏 -
1起提交
2 - 提交和推 - 我已經選擇了「提交併推送」,從下拉菜單按鈕 -
3-找到成功的消息
4-沒有在reprosetory
完成庫的鏈接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
爲什麼不能上傳?
您可以共享版本控制的控制檯日誌嗎? – thuongle
'git remote -v'返回什麼?什麼'雲平臺'是指? – VonC
謝謝!我認爲目的地是錯誤的。它應該是 到https://github.com/abrarjahin/CustomListView-LocalImage.git?請檢查git存儲庫。 – thuongle