Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

windows fatal: unable to access SSL certificate problem: unable to get local issuer certificate

# in unix put this in your .bash_profile, while
# in windows put it in a batch script that runs at startup or
# simply run it before cloning the repo
git config --global http.sslVerify false
Comment

fatal: unable to access : SSL certificate problem: unable to get local issuer certificate

git config --global http.sslBackend channel 
OR
git config --global http.sslbackend schannel
Comment

SSL certificate problem: unable to get local issuer certificate

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
Comment

PREVIOUS NEXT
Code Example
Shell :: git remove folder remotely 
Shell :: raspberry config command line 
Shell :: subtract first time step paraview 
Shell :: artisan migration rollback 
Shell :: git delete last commit after push 
Shell :: how to access postgres CLI 
Shell :: remove env file from git 
Shell :: git update recursive submodules 
Shell :: git rename remote branch 
Shell :: bash script print array elements index and value 
Shell :: install git ubuntu 
Shell :: how to install angular cli in ubuntu 20.04 
Shell :: virtualenv-win remove installed virtual environment 
Shell :: composer install drupal drush 
Shell :: git orphan branch and remove all data 
Shell :: install lamp ubunto 
Shell :: psycopg2.OperationalError: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432? 
Shell :: prettier whole project 
Shell :: delete all container and images docker 
Shell :: github minishell1 
Shell :: install make in window 
Shell :: ubuntu list latest installed packages 
Shell :: embed photos google drive 
Shell :: pscp ubuntu copy folder recursively 
Shell :: powershell delete files older than 15 days 
Shell :: check disk space ubuntu 
Shell :: store git credentials ubuntu 
Shell :: create react app with npm not yarn 
Shell :: pycharm ubuntu download 
Shell :: conda install mmcv 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =