随笔分类 -  Git

摘要:一、下载安装Git 1、下载Git 官方地址为:https://git-scm.com/download/win 2、下载完之后,双击安装 3、选择安装目录 4、选择组件 5、开始菜单目录名设置 6、以下步骤依次执行 7、安装完成 9、检验是否安装成功 回到电脑桌面,鼠标右击如果看到有两个git单词 阅读全文
posted @ 2018-08-09 12:49 pinghengxing 阅读(926) 评论(0) 推荐(0)
摘要:使用eclipse下载github代码时,报错信息为cannot open git-upload-pack,如下图: 其实就是ssl协议的版本不对, 2018年2月8日后禁止通过TLSv1.1协议连接https://github.com 和 https://api.github.com. 总结原因就 阅读全文
posted @ 2018-08-06 10:21 pinghengxing 阅读(1321) 评论(0) 推荐(0)