On 11 April, 2017 - Davide DB wrote: > On 10 April 2017 at 16:33, Anton Lundin <[email protected]> wrote: > > > > > Ah, It could be that your proxy uses basic auth, and all the git clients > > gets confused with whats the proxy credentials and whats the git > > credentials. > > > Yes. After trying 5 different windows clients I finally managed to clone > the remote repository. > Most of the visual clients I tried support mainly classic mainstream git > services as Github and Bitbucket. > > SmartGit works. it gets proxy settings directly from Windows and once I > give him the remote url it ask me correctly for user credential to use. > Clone is OK >
Great. Then we know that its possible to clone via that proxy. Now we just need to figure out how and why Subsurface can't. As a workaround, you can have subsurface read and write to that local git-repo, and use SmartGit to push and pull from cloud storage. You can, in Preferences change to "Local default file" and point it to /path_to_git_repo_checkout/[branch] , were the path is where you cloned it with SmartGit, and branch is your email address. Then you can load that repo in subsurface, change something and save, and you should see an new commit in SmartGit. Then SmartGit can push that to "cloud storage" and all your other clients can fetch it from there. Yea, its not for the faint hearted, but its a workaround. //Anton - who actually does about the same for his Subsurface-mobile -- Anton Lundin +46702-161604 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
