wsl子系统获取宿主机的ip,并配置子系统的Git使用宿主机代理上网

b62d86fbc12854780712d48ec41ac070.png

获取宿主机ip地址

首先进入子系统,使用如下命令得到宿主机的ip地址

cat /etc/resolv.conf

找到nameserver字段,即是宿主机的ip

参考:learn.microsoft.com/en-us/windows/wsl/networking

配置子系统Git代理上网

配置HTTP代理

git config --global http.proxy http://172.30.64.1:7890

参考:

https://git-scm.com/docs/git-config/2.40.0

https://gist.github.com/evantoli/f8c23a37eb3558ab8765

这篇文章有用吗?

点击星号为它评分!

平均评分 0 / 5. 投票数: 0

到目前为止还没有投票!成为第一位评论此文章。

发表评论