Remote URL test failed: unable to access ‘http://192.168.199.110/1111/mytest.git/’: Failed to connect to 192.168.199.110 port 80: Timed out
解决办法:
修改git配置文件.gitconfig
步骤如下:
选择第一个用记事本打开
也就是找到http添加上代理
proxy = 192.168.197.129:80
[diff "astextplain"]
textconv = astextplain
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
require