skip to content
WikiKrow
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
•
git_tools
git_tools
This is an old revision of the document!
Table of Contents
Git Tools
SSL Insecure add to project
Connect through SOCKS proxy
Git Tools
SSL Insecure add to project
git config http.sslVerify false
or inline:
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.1575967563.txt.gz
· Last modified: 2019/12/10 08:46 by
admin
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top