摘要: 大致方法是: github上传项目方法: 1、在你的电脑上装好git 大致流程是: 1、在github上创建项目 2、使用git clone https://github.com/xxxxxxx/xxxxx.git克隆到本地 3、编辑项目 4、git add . (将改动添加到暂存区) 5、git 阅读全文
posted @ 2022-03-11 15:10 poowicat 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://www.cnblogs.com/wang_yb/p/3867221.html 阅读全文
posted @ 2022-03-11 10:17 poowicat 阅读(22) 评论(0) 推荐(0) 编辑