User Tools

Site Tools


git_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 +  git config http.sslVerify false 
-or inline: +or inline:\\ 
-GIT_SSL_NO_VERIFY=true git clone https://oauth2:token@gitlab.example.com/repo.git+  * //**GIT_SSL_NO_VERIFY=true**// git clone https://oauth2:token@gitlab.example.com/repo.git 
 + 
 +=====Connect through SOCKS proxy===== 
 +  * git config http.proxy 'socks5:\/\/127.0.0.1:7777' 
 +or inline:\\ 
 +  * //**ALL_PROXY=socks5:\/\/127.0.0.1:7777**// git clone https://oauth2:token@gitlab.example.com/repo.git
git_tools.1575967211.txt.gz · Last modified: 2019/12/10 08:40 by admin