VCS-->Import into version control-->Share Projection on Githubgit
在彈出的對話框中輸入相關信息ide
若是彈出一下錯誤:ci
Please tell me who you are. Run git config --global user.email "you@example.com" it
........io
解決辦法:
class
在Git目錄下打開git-base.ext輸入如下命令:
email
git config --global user.email "xxxx@xx.com"//你的郵箱
im
git config --global user.name "xxx"//你的名字
di
4. 刪掉GitHub上的倉庫重來一次就行了view