Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git disable ssl cert

# Disables ssl verfication in the local repo
git config http.sslVerify false
# or, in ".git/config" add the following (the name of the server is optional)
[http "https://gitlab.dev"]
        sslVerify = false
# or, also prepend to each command
SET GIT_SSL_NO_VERIFY=true && git some operation
Comment

PREVIOUS NEXT
Code Example
Shell :: apt list repositories 
Shell :: how to install typescript on ubuntu 
Shell :: update cocoapods version mac 
Shell :: install sanctum 
Shell :: necessary tools to install on kali linux WSL 
Shell :: docker remove all untagged images 
Shell :: install firebase angular 8 
Shell :: install folium using anaconda 
Shell :: see uid user linux 
Shell :: ubuntu install matplotlib 
Shell :: installing pip in ubuntu 
Shell :: install react select 
Shell :: docker tail logs 
Shell :: praspberyr pi remote desktop xrdp install 
Shell :: centos install vim 
Shell :: make kitty terminal the default terminal on ubuntu 
Shell :: install vscode centos 7 
Shell :: install elixir ubuntu 
Shell :: install git gui ubuntu 
Shell :: restart wsl2 
Shell :: how to install npm in ubuntu 
Shell :: install ionic globally 
Shell :: linux recursively find directory by name 
Shell :: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 
Shell :: kubectl delete all from namespace 
Shell :: install pygame 
Shell :: see my dns server linux 
Shell :: kubernetes get cluster info 
Shell :: how to change the icon of a python exe file 
Shell :: bash send to dev null 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =