系统相关
首页 > 系统相关> > Windows配置记录

Windows配置记录

作者:互联网

Windows配置记录

Github添加代理

配置.gitconfig文件,文件路径为:

C:\Users\(用户名)\.gitconfig

往其中写入

[http]
proxy = (代理ip:端口,如127.0.0.1:1089)

打开powershell使用命令行查看是否修改成功

git config --get http.proxy

标签:Github,http,记录,Windows,配置,代理,gitconfig,proxy
来源: https://blog.csdn.net/qq_39953680/article/details/120255850