<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 15. Nov 2017, at 10:13, Davide DB <<a href="mailto:dbdavide@gmail.com" class="">dbdavide@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: Menlo-Regular; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Cloud storage: successfully checked connection to cloud server</div><div style="font-family: Menlo-Regular; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">git storage: fetch remote</div><div style="font-family: Menlo-Regular; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">git storage: Successful cloud connection, fetch remote</div><div style="font-family: Menlo-Regular; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><b style="background-color: rgb(255, 255, 255);" class=""><font color="#ff0000" class="">remote fetch failed (Failed to set proxy: Parametro non corretto.</font></b></div><div style="font-family: Menlo-Regular; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">)</div><div style="font-family: Menlo-Regular; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">git storage: Done syncing with cloud storage</div></div></blockquote></div><div class=""><br class=""></div>I looked for the origin of this error message. “remote fetch failed” is Subsurface talking, “failed to set proxy” is libgit2. This only occurs in winhttp.c when a call to WinHttpSetOption fails. </div><div class=""><br class=""></div><div class="">So I googled for that call and found </div><div class=""><br class=""></div><div class=""><a href="https://msdn.microsoft.com/de-de/library/windows/desktop/aa384114(v=vs.85).aspx" class="">https://msdn.microsoft.com/de-de/library/windows/desktop/aa384114(v=vs.85).aspx</a></div><div class=""><br class=""></div><div class="">Most of this I don’t understand (having touched no windows system for a very long time. But my guess that the only thing that could be non-corretto would be the proxy url (and that part of the code that has this error message is only run when proxy_url is non-NULL). But of course it should be empty (and the fact that Subsurface says earlier "<font face="Menlo-Regular" class="">delete proxy setting” should mean that that parameter got deleted.</font></div><div class=""><font face="Menlo-Regular" class=""><br class=""></font></div><div class=""><font face="Menlo-Regular" class="">So it would be interesting to know what libgit2 thinks should be the proxy url.</font></div><div class=""><font face="Menlo-Regular" class=""><br class=""></font></div><div class=""><font face="Menlo-Regular" class="">Unfortunately, I cannot build windows binaries but if anybody can I would say it’s worth trying to apply this patch to llibgit2 and then see what it produces.</font></div><div class=""><font face="Menlo-Regular" class=""><br class=""></font></div><div class=""><font face="Menlo-Regular" class="">Best</font></div><div class=""><font face="Menlo-Regular" class="">Robert</font></div><div class=""><font face="Menlo-Regular" class=""><br class=""></font></div><div class=""></div></body></html>