在MS Windows Server 2012上,Python脚本正在执行https请求以打开github存储库,请参阅完整日志
https://github.com/scisoft/autocmake/issues/15#issuecomment-115878039
问题是(Python 2.7.10)仅与Windows Server 2012连接到github的https站点,这些站点是公开的。在所有其他Windows计算机(包括appveyor.com上的CI服务)上,此连接可以正常工作。
也许这是与Windows Server 2012相关的问题。有任何帮助请如何修改此行以使Python连接正常工作?
update.fetch_url('https://github.com/miroi/autocmake/raw/master/update.py','update.py')