首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
IDEA新项目上传到github
IDEA新项目上传到github
mac
2024-02-20
37
1.在git上新建项目
2.复制仓库地址
这里的前提是你在本地已经使用过git客户端上传或更新过项目
使用CD 路径 或其他方法 打开到项目所在目录
#执行 git init
git
init
无错误后执行(xxx为仓库地址)
git
remote add origin https://github.com/xxxx/xxx.git
IDEA点击提交 选择 commit and push
结束
转载请注明原文地址: https://mac.8miu.com/read-484929.html
最新回复
(
0
)