06 2017 档案

摘要:gnutls_handshake() failed: Illegal parameter 报错信息如下: fatal: unable to access 'https://git.xxx.com/xxxx/xxxx.git/': gnutls_handshake() failed: Illegal 阅读全文
posted @ 2017-06-21 11:38 石Stone头 阅读(2013) 评论(0) 推荐(0)
摘要:解决办法 可以先试试: git config global http.sslVerify false 阅读全文
posted @ 2017-06-14 14:01 石Stone头 阅读(569) 评论(0) 推荐(0)
摘要:gitlab pull正常,但push无法提交: 现象:git push时报“The project you were looking for could not be found.” 解决:编辑/opt/gitlab/embedded/service/gitlab rails/lib/gitlab 阅读全文
posted @ 2017-06-14 12:37 石Stone头 阅读(9536) 评论(0) 推荐(0)
摘要:问题: server certificate verification failed. CAfile: /etc/ssl/certs/ca certificates.crt CRLfile: none 解决方法: 在环境变量中加入 export GIT_SSL_NO_VERIFY=1 上面的不好用试 阅读全文
posted @ 2017-06-13 11:59 石Stone头 阅读(5484) 评论(0) 推荐(0)
摘要:执行Git命令时出现各种 SSL certificate problem 的解决办法 比如在windows下用git clone gitURL 就提示 SSL certificate problem: self signed certificate 这种问题,在windows下出现得频率高些。我估计 阅读全文
posted @ 2017-06-07 10:29 石Stone头 阅读(1690) 评论(0) 推荐(1)