这是我的问题:当我使用我的 5ghz wifi 网络时,我得到短(1-2 秒)阻塞 paquet。没有损失,只是被阻止了。我正在使用 netgear R7000P 路由器和 NETGEAR A7000 WiFi USB3.0 适配器。使用 2.4 ghz 我从来没有遇到过这个问题。
主页
/
user-1102987
Habanas's questions
Habanas
Asked:
2019-10-19 01:46:07 +0800 CST
当我尝试在没有管理员权限的情况下启动 Visual Studio Code 时,我收到 VSCode 报告,例如“您的系统上似乎没有安装 git”。
我从https://git-scm.com/安装了 git(2.23.0)
和
来自https://code.visualstudio.com/的 Visual Studio 代码 (1.39.2)
当我以管理员权限启动 VSCode 时,正确检测到 git。
我尝试在 Windows 环境 PATH + 重启 PC 上添加 git 路径 -> 不起作用。
我尝试在 VSCode setting.json + restart 上添加 git 路径,例如:
{
// Is git enabled
"git.enabled": true,
// Path to the git executable
"git.path": "C:\\path\\to\\git.exe"
// other settings
}
--> 那也没用。
如果我使用“显示 Git 输出”,报告会显示正确的路径,但不会检测到 git 安装。