天天看點

如何将Android Studio的項目上傳到Github上

VCS-->Import into version control-->Share Projection on Github

在彈出的對話框中輸入相關資訊

如果彈出一下錯誤:

Please tell me who you are. Run git config --global user.email "[email protected]

........

    解決辦法:

    在Git目錄下打開git-base.ext輸入以下指令:

    git config --global user.email "[email protected]"//你的郵箱

    git config --global user.name "xxx"//你的名字

4. 删掉GitHub上的倉庫重來一次就好了

本文轉自wauoen51CTO部落格,原文連結:http://blog.51cto.com/7183397/1957206 ,如需轉載請自行聯系原作者