美文网首页
intellij idea 工程同步到github

intellij idea 工程同步到github

作者: bubbleoO0 | 来源:发表于2018-12-18 03:48 被阅读0次

1.fie --> other settings --> default settings 确保安装并配置git。

 ps:可以在配置界面点击test检查git是否正常

2.输入github账号密码,点击ok

3.选中项目,VCS-->import into version control --> share project on the github

(在配置中碰到一个问题,git提示错误,原因是mac系统更新后,xcode未更新导致的。在终端使用命令xcode-select --install,等待安装完成即可)

相关文章

网友评论

      本文标题:intellij idea 工程同步到github

      本文链接:https://www.haomeiwen.com/subject/qozhkqtx.html