You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Host github.com
Hostname ssh.github.com
Port 443
ProxyCommand socat - PROXY:127.0.0.1:%h:%p,proxyport=7897
dae配置如下:
global {
log_level: debug
wan_interface: auto
dial_mode: domain
}
node {
clash: 'socks5://localhost:7897'
}
dns {
upstream {
alidns: 'udp://dns.alidns.com:53'
googledns: 'tcp+udp://dns.google.com:53'
}
routing {
request {
fallback: alidns
}
response {
upstream(googledns) -> accept
!qname(geosite:cn) && ip(geoip:private) -> googledns
fallback: accept
}
}
}
group {
clash {
policy: fixed(0)
}
}
routing {
pname(NetworkManager) -> direct
pname(iwd) -> direct
pname(iwctl) -> direct
pname(clash) -> must_direct
pname(clash-meta) -> must_direct
pname(clash-verge-rev) -> must_direct
pname(verge-mihomo) -> must_direct
pname(clash-verge) -> must_direct
pname(clash-verge-service) -> must_direct
pname(qbittorrent) -> direct
dip(geoip:private) -> direct
dip(geoip:cn) -> direct
domain(geosite:cn) -> direct
fallback: clash
}
git clone 输出如下:
Cloning into 'LLM-SocialSimulation-DAI'...
Connection closed by 20.205.243.166 port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Here is a screenshot of wireshark captures.
On the left , i am using ( ssh -> clash -> github ), captured on wlan0 interface.
On the right, i am using ( ssh -> dae -> clash -> github ), captured on wlan0 and dae interfaces.
I can't figure out much here, but an obvious difference is that, when using dae, there are out-of-order packets from server.
Uh oh!
There was an error while loading. Please reload this page.
Checks
Current Behavior
已经确认:如果在~/.ssh/config里面配置如下就可以通过ssh 进行git clone,所以应该不是clash那边的问题
dae配置如下:
git clone 输出如下:
dae日志如下:
Expected Behavior
No response
Steps to Reproduce
kernel version: 6.13.6-arch1-1
Environment
dae --version
): git commit @ 2edc2d3cat /etc/os-release
): Arch linuxuname -a
): 6.13.6-arch1-1Anything else?
No response
The text was updated successfully, but these errors were encountered: