摘要: 方式一 通过修改.gitignore文件实现 打开通过git clone命令获取的项目 打开.gitignore文件 # Compiled class file *.class # Log file *.log # BlueJ files *.ctxt # Mobile Tools for Java 阅读全文
posted @ 2020-03-04 19:10 程序员徐小白 阅读(701) 评论(0) 推荐(0)
摘要: 首先需要安装好git,注册好github账号 生成公钥 在任意处,git bash,输入以下命令 ssh-keygen -t rsa -b 4096 -C "注册github的邮箱" Generating public/private rsa key pair. Enter file in whic 阅读全文
posted @ 2020-03-04 12:26 程序员徐小白 阅读(557) 评论(0) 推荐(0)