文章分类 -  Git

摘要:方案一在git bash命令行中依次输入以下命令: git config --global http.sslBackend "openssl"git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem" 阅读全文
posted @ 2021-10-07 10:06 jack-jin 阅读(438) 评论(0) 推荐(0)
摘要:喜欢的同学可以看一下原文,讲得更加详细哦 原文地址:http://www.cnblogs.com/cxk1995/p/5800196.html 首先你需要一个github账号,所有还没有的话先去注册吧! https://github.com/ 我们使用git需要先安装git工具,这里给出下载地址,下 阅读全文
posted @ 2020-05-22 22:05 jack-jin 阅读(85) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_44198965/article/details/99686507 请用这个https://npm.taobao.org/mirrors/git-for-windows/前言官网下载Git时,速度几乎是超不过20KB,解决方法有很多,这里介绍 阅读全文
posted @ 2020-02-05 09:30 jack-jin 阅读(727) 评论(0) 推荐(0)
摘要:1、 环境安装 Git最新版下载地址:https://gitforwindows.org/ TortoiseGit,Git客户端,32/64位最新版及对应的语言包下载地址:https://tortoisegit.org/download/ 安装的方法,一直下一步就行,具体做法省略。 2、 配置 1、 阅读全文
posted @ 2020-02-05 09:28 jack-jin 阅读(1430) 评论(0) 推荐(0)