Andr3as / Codiad-CodeGit

Git integration for Codiad
MIT License
26 stars 15 forks source link

error when cloning over https with selfsigned certificate #2

Closed markuman closed 10 years ago

markuman commented 10 years ago

one workaround is to add

export GIT_SSL_NO_VERIFY=true

to the shell.sh. Or make this optional with one more input handles. E.g. -ssl 0 for export GIT_SSL_NO_VERIFY=false and 1 for true.

Andr3as commented 10 years ago

I have added a way to define general settings for repositories. Another way is to use Codiad Terminal.

Simply set http.sslVerify to false and it should work.

Andr3as commented 10 years ago

Does this work for you?

Andr3as commented 10 years ago

Please reopen if necessary