1、首先在github上创建一个远程仓库

2、然后再Idea中打开控制台(Terminal)

3、输入git命令:
git init
git add .
git commit -m 'first'
git remote add origin https://github.com/fikyair/SSM.git
(ps:新建的仓库地址)
git push origin master
4、等待上传就好了。
5、在github上刷新一下就看到自己的本地项目了
1、首先在github上创建一个远程仓库
本文标题:在Intellij Idea中上传自己的项目到Github
本文链接:https://www.haomeiwen.com/subject/uepzjxtx.html
网友评论