HTTPS

Using HTTPS requires that you have a user account and password for the Helix Server. You need to enter these credentials when prompted, which is every time you try to connect to the Git Connector to push, pull, or clone.

  • To turn off SSL verification in Git, run one of the following commands:

    $ export GIT_SSL_NO_VERIFY=true
    $ git config --global http.sslVerify false