shanzhaiguo:/mnt/note# git clone [email protected]:miloweimo/note.git .
Cloning into '.'...
/bin/ash: exec: line 1: connect: not found
banner exchange: Connection to UNKNOWN port 65535: Broken pipe
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Host github.com *.github.com
User git
Port 22
# IdentityFile "~/.ssh/id_rsa"
IdentityFile "/etc/ssh/ssh_host_rsa_key"
# ProxyCommand socat - PROXY:127.0.0.1:%h:%p,proxyport=1082
ProxyCommand connect -H 127.0.0.1:1082 %h %p
这里我想挂上 ssr ,好像没生效?
PS. 使用 Working Copy
可以 fetch 到文件。。
请教大佬,想有哪里需要排查吗?感激不尽!🙏
1
zh826256645 2022-04-18 17:57:16 +08:00
我也是设置了代理,配置如下
Host github.com User git Hostname github.com Port 22 ProxyCommand nc -x 127.0.0.1:7890 %h %p Preferredauthentications publickey IdentityFile ~/.ssh/id_rsa |