Я не могу проверить оба проекта code.google.com и github через git, но обычно я могу получить к ним доступ из браузера IE/Firefox. Было много дискуссий о конфигурации git proxy за брандмауэром, но, к сожалению, ни одна из этих дискуссий не подходит для моей проблемы.
Вот сообщения, когда я пытаюсь получить доступ к code.google.com
Cloning into 'smart-adaptive-makefile'...
* Couldn't find host code.google.com in the .netrc file; using defaults
* About to connect() to proxy proxyconf port 1080 (#0)
* Trying 147.243.224.17...
* 0x80077208 is at send pipe head!
* STATE: CONNECT => WAITCONNECT handle 0x8007fba0; (connection #0)
* Connection timed out after 300015 milliseconds
* STATE: WAITCONNECT => COMPLETED handle 0x8007fba0; (connection #-5000)
* STATE: COMPLETED => MSGSENT handle 0x8007fba0; (connection #-5000)
* Closing connection #0
* Couldn't find host code.google.com in the .netrc file; using defaults
* About to connect() to proxy proxyconf port 1080 (#0)
* Trying 147.243.224.17...
* 0x80077208 is at send pipe head!
* STATE: CONNECT => WAITCONNECT handle 0x8007fad8; (connection #0)
* Connection timed out after 300032 milliseconds
* STATE: WAITCONNECT => COMPLETED handle 0x8007fad8; (connection #-5000)
* STATE: COMPLETED => MSGSENT handle 0x8007fad8; (connection #-5000)
* Closing connection #0
error: Connection timed out after 300032 milliseconds while accessing https://panruochen@code.google.com/p/smart-adaptive-makefile/info/refs
fatal: HTTP request failed
Кстати, мой IE/Firefox использует сценарий автоматической настройки вместо того, чтобы вручную настраивать прокси-сервер. В этом случае, как мне настроить git?
BR, ruochen