我在一个使用代理访问网络的大学网络内。我无法通过 ssh 和 https 访问 git hub。我也设置了 ssh_config netrc 但出现错误。请帮帮我?
git push -u origin master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
我的 ssh 配置文件
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
Host github.com
ProxyCommand /usr/bin/corkscrew 202.141.80.19 3128 %h %p ~/.ssh/myauth
User git
Port 443
Hostname ssh.github.com
TCPKeepAlive yes
IdentitiesOnly yes
我的 netrc 包含
`machine github.com
`username user@gmail.com`
`password password`