摘要: 1、git init 2、git add . 3、git commit -m "init" 4、git remote add origin https://gitee.com/ftl_663/java-shop.git(远程仓库地址) 5、git push -u origin master 提示 f 阅读全文
posted @ 2018-12-17 16:33 litf 阅读(769) 评论(0) 推荐(0)