This website requires JavaScript.
Explore
Help
Sign In
OpenSupport - Git
Personal repository
Self-signed certificate use one of this method:
in bash: export GIT_SSL_NO_VERIFY=1 before git command
git -c http.sslVerify=false clone https://example.com/path/to/git
git config --global http.sslVerify false