官方语法:
// http:
git config [--global] http.proxy[protocol://][user[:password]@]proxyhost[:port]
// https:
git config [--global] https.proxy[protocol://][user[:password]@]proxyhost[:port]
单个项目配置:
git config http
博客介绍了Git配置的官方语法,包含单个项目配置和全局配置相关内容。
官方语法:
// http:
git config [--global] http.proxy[protocol://][user[:password]@]proxyhost[:port]
// https:
git config [--global] https.proxy[protocol://][user[:password]@]proxyhost[:port]
单个项目配置:
git config http
844
570

被折叠的 条评论
为什么被折叠?