阅读量:5
1、安装Gitee插件
在IDEA中,选择“File”菜单,然后选择“Settings”。在弹出的对话框中,选择“Plugins”,然后在搜索框中输入“Gitee”。找到Gitee插件后,点击“Install”进行安装。安装完成后,重启IDEA。
2、添加Gitee账户
在IDEA中,选择“File”菜单,然后选择“Settings”。在弹出的对话框中,选择“Version Control System”设置为“Gitee”。点击“add account”按钮,选择“log in password”,输入Gitee用户名和密码进行登录。如果您还没有Gitee账户,请先注册一个账户。
3、提交代码到Gitee
在IDEA中,选择“VCS”菜单,然后选择“create git repository”建立本地仓库。在弹出的对话框中,选择您要提交的文件。
在左侧出现的对话框中,选择您的远程仓库和分支,点击“commit and Push”按钮将代码推送到Gitee。
选择推送地址
成功