RT,在Terminal.app下无法git push ,一直未响应。。
remote 用的是https://github.com/...
remote 用的是https://github.com/...
1
ratazzi Jan 22, 2013
自己都说了是 ssh,用的却是 https 的地址
|
2
run2 Jan 22, 2013
还是dns被污染了,检查~/.ssh/known_hosts 有没有记录,github.com,207.97。227.239 开头,把ip加到hosts里吧
|
3
amoblin Jan 22, 2013
|
6
ratazzi Jan 22, 2013 |
7
BOYPT Jan 23, 2013
你的remote是https,你需要一个http代理,然后
env https_proxy=http://you-proxy:port git push |