摘要: 【Eclipse中使用Git之一】把远程仓库的项目,clone到eclipse里面 2015 01 29 19:25 15779人阅读 评论(1) 收藏 举报 .embody{ padding:10px 10px 10px; margin:0 20px; border bottom:solid 1p 阅读全文
posted @ 2017-12-23 19:45 星朝 阅读(1918) 评论(0) 推荐(0)
摘要: 1. 异常 在连接github时,执行”ssh T git@github.com” 命令时,出现 ssh: connect to host github.com port 22: Connection timed out 2. 解决方法 在存放公钥私钥(id_rsa和id_rsa.pub)的文件里, 阅读全文
posted @ 2017-12-23 17:49 星朝 阅读(20272) 评论(5) 推荐(4)
摘要: 很多朋友在用github管理项目的时候,都是直接使用https url克隆到本地,当然也有有些人使用 SSH url 克隆到本地。然而,为什么绝大多数人会使用https url克隆呢? 这是因为,使用https url克隆对初学者来说会比较方便,复制https url 然后到 git Bash 里面 阅读全文
posted @ 2017-12-23 17:26 星朝 阅读(302) 评论(0) 推荐(1)