Github desktop无法同步 failed to sync this branch

出现这个问题,应该是gfw的原因,使用的解决方法

使用proxifier,进行全局代理
还是无法使用,估计是代理的协议不同


使用Git shell进行Git HTTP代理设置,因为有ss,所以设置socks的代理
//http git config --global http.proxy "socks5://127.0.0.1:1081" // https git config --global https.proxy "socks5://127.0.0.1:1081"
成功!

这些设置最终会保存在用户目录下的 .gitconfig文件中


Github desktop无法同步 failed to sync this branch_第1张图片

打开这个文件可以看到类似的几行配置


Github desktop无法同步 failed to sync this branch_第2张图片

你可能感兴趣的:(Github desktop无法同步 failed to sync this branch)