User Tools

Site Tools


public

This is an old revision of the document!


Some useful things good to know

git

error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Solution 1:
set GIT_SSL_NO_VERIFY=true

GIT_SSL_NO_VERIFY=true git …

Solution 2:
add git server cert ca chain to your system ca certs.
Debian/Ubuntu: place cert to /usr/local/share/ca-certificates and execute update-ca-certificates command

error: RPC failed; result=22, HTTP code = 411

Solution:
git config http.postBuffer 524288000

public.1375256649.txt.gz · Last modified: 2013/07/31 09:44 by ivan