This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
git_tools [2019/12/10 08:40] admin created |
git_tools [2019/12/10 08:48] (current) admin [Connect through SOCKS proxy] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====Git Tools===== | + | =======Git Tools======= |
| - | ===SSL Insecure add to project=== | + | =====SSL Insecure add to project===== |
| - | git config http.sslVerify false | + | |
| - | or inline: | + | or inline:\\ |
| - | GIT_SSL_NO_VERIFY=true git clone https:// | + | * //**GIT_SSL_NO_VERIFY=true**// git clone https:// |
| + | |||
| + | =====Connect through SOCKS proxy===== | ||
| + | * git config http.proxy ' | ||
| + | or inline:\\ | ||
| + | * // | ||