2019年12月15日
摘要: 创建maven项目,使用git提交,有时需要忽略不必要的文件或文件夹,只保留一些基本。例如如下截图,实际开发中我们只需提交:src,.gitignore,pom.xml ##ignore this file## /target/ .classpath .project .settings ##fil 阅读全文
posted @ 2019-12-15 22:40 小破孩楼主 阅读(1679) 评论(0) 推荐(0)
摘要: 1、 用Eclipse自带git插件进行配置我们的用户名和密码,即是自己github注册用户。 2、windows -- perferences--General--Network Commection--SSH2--key management,生成ssh2 key 其中,id_rsa代表非对称加 阅读全文
posted @ 2019-12-15 19:02 小破孩楼主 阅读(1066) 评论(0) 推荐(0)