idea通过git克隆github连接失败

遇到的错误如题所示。可能是因为墙的原因。本人有一个shadowsocks,可以考虑让git走shadowsocks代理。具体代码如下:git config --global http.proxy   git config --global https.proxy http://127.0.0.1:1080其...

git拉取github中的pr分支

在本地仓库中的.git目录(可能隐藏的)的config文件,添加fetch = +refs/pull/*/head:refs/remotes/origin/pr/*,最终,这块的代码如下:[remote "origin"]     fetch = +refs/heads/*:refs/remotes/ori...