1
ratazzi 2013-01-22 18:32:33 +08:00
自己都说了是 ssh,用的却是 https 的地址
|
2
sobigfish 2013-01-22 20:16:40 +08:00
还是dns被污染了,检查~/.ssh/known_hosts 有没有记录,github.com,207.97。227.239 开头,把ip加到hosts里吧
|
3
amoblin 2013-01-22 20:32:42 +08:00
|
6
ratazzi 2013-01-22 22:28:28 +08:00 1
|
7
BOYPT 2013-01-23 11:33:43 +08:00
你的remote是https,你需要一个http代理,然后
env https_proxy=http://you-proxy:port git push |