-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
networkMode=mirrored ssh clone github repo failed with timeout #11361
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
More information, even |
@Ghost-LZW please post the full output of
|
@zcobol wait for 27 min, but sometimes it get
if set network mode into nat
|
after close my proxy, git clone get work ..., now the problem becom git clone via vpn work in powershell, but failed in wsl2. sorry for false report, I'll close this issue and check if this issue due to vpn software. |
If you are using a VPN, could you try setting the MTU to 1500 in WSL2? The interface should be the VPN's interface. show interface
change MTU
|
I do set the MTU as the same as the host value but still does not work. |
I have a similar issue, git clone doesn't work, but ping works.
Make sure the interface is VPN not the host's interface and set it in WSL not windows (I have not tested in windows) You can test whether it's the same issue by using this command.
There will be an HTTP 301 redirect to http://www.google.com/. It should hang at this point, as it is sending a large web page. If you don't see the HTTP 301 redirection, this might not be the case.
|
@oldshensheep Good catch ! Same issue, set mtu to 1500 instead of 9000 helped. I think the upcoming discussion will shift to your open issue. |
Windows Version
10.0.22621.3296
WSL Version
2.1.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.146.1-microsoft-standard-WSL2
Distro Version
Debian GNU/Linux 11 (bullseye)
Other Software
No response
Repro Steps
set
.wslconfig
asstart wsl, run
git clone [email protected]:NVIDIA/cutlass.git
, getOperation timed out after 300003 milliseconds
unset networking mode, git clone with ssh get work.
Expected Behavior
ssh clone work under
networkingMode=mirrored
Actual Behavior
git clone via ssh failed, even I set mtu follow #4253
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: