i have determined that libgit2 is looking at the config files in c:/Users/user and in c:/ProgramData/Git; when I make incorrectly formatted edits in text editor, I get a different error with Pkg.init() (failed to parse file…). What then is causing errors with proxy in libgit?
- possibly another gitconfig file that is overriding these two? I can’t find one though.
- some kind of problem with special characters? I’ve tried encoding th…works fine with git from cmd prompt or powershell, but maybe libgit is different?
My error at Pkg.init() still reads the same:
GitError(Code:ERROR, Class:OS, Failsd to set proxy: the parameter is incorrect.)…