软件安装git 设置代理
Posted S大幕
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了软件安装git 设置代理相关的知识,希望对你有一定的参考价值。
直接给出 git 配置文件 .gitconfig 内容
[user]
name = Sdamuu
email = sdamu@qq.com
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
# [http "https://github.com"]
# proxy = socks5://127.0.0.1:7890
[https]
proxy = http://127.0.0.1:7890
以上是关于软件安装git 设置代理的主要内容,如果未能解决你的问题,请参考以下文章