I had my pc in my house, working remotely and using a vpn and my PB19 with GIT was working normaly, but when i return to my office and connect to my LAN (obviously turn off my vpn) my pb19 git didnt work:
---------- Source Control: Errors (09:25:43)
Git detail error info: Invalid URL: 'socks5://10.10.20.1:3128'
Git client error code: Generic error.
Failed to update: D:\Fuentes_pb19\Cargo
Failed to do Git pull.
---------- Finished Errors (09:25:45)
i dont use proxy, i try activating my proxy, etc, but still didnt work. this is my gitconfig:
[core]
bare = false
repositoryformatversion = 0
filemode = false
symlinks = false
ignorecase = true
logallrefupdates = true
[user]
name = Jose Pomalaza
email = jpomalaza@xxx
[remote "origin"]
url = http://gitlab.cds/jpomalaza/cargo_gitpb.git
fetch = +refs/heads/*:refs/remotes/origin/*
the "gitlab.cds" is an internal server (is not public). Is importante to say that my web projects that i work via GIT BASH they all work correctly, only PB19 isnt working. And i can login via web browser to my gitlab.cds webpage with no problem.