标签:
/***********************************************************
* Author : Samson
* Date : 08/15/2015
* Test platform:
* gcc 4.8.2
* GNU bash, 4.3.11(1)-release (x86_64-pc-linux-gnu)
* Debian 8
* *********************************************************/
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
使用git clone时出现这样的错误:
fatal: unable to access ‘https://git.lianshinet.com/wbc/nginx-for-cg.git/‘: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
解决方法:
export GIT_SSL_NO_VERIFY=1版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:
原文地址:http://blog.csdn.net/yygydjkthh/article/details/47694723