OpenSupport - Git

Personal repository


Self-signed certificate use one of this method:
  1. in bash: export GIT_SSL_NO_VERIFY=1 before git command
  2. git -c http.sslVerify=false clone https://example.com/path/to/git
  3. git config --global http.sslVerify false