1. 首先在github上创建一个仓库,仓库名随意
2. 然后将本地的idea项目下的.git文件夹删除(如果有的话,说明该项目之前提交过其他仓库)
3. 然后点击顶部菜单栏的VCS-->Import into Version Control-->Create Git Repository
4. 先add
5. 再commit directory
6. 点击复制远程仓库地址,粘贴后 commit
7. push (快捷键 Ctrl + shift + K)
原文地址:https://www.cnblogs.com/parkour1026/p/12199212.html
时间: 2024-11-08 18:00:27