20
连接后git从代理返回http错误407
使用git从PC连接到github时出现问题。系统赢7。 我通过代理进行连接,因此我在git config文件中指定了它(在普通git文件夹中和git repo文件夹中)。为此,我在git bush中输入了下一行: $ git config --global http.proxy http://<username>:<userpsw>@<proxy>:<port> 它在其他程序(例如:maven)上的工作方式如下所示: <username> - my login to our corp system <userpsw> -my password to corporat system <proxy> - 10.65.64.77 <port> - 3128 但是当我尝试推送或克隆我的仓库时,我会收到 fatal: unable to access '<repo githup link>' Received HTTP code 407 from proxy after CONNECT 我尝试输入的不仅是我的用户名,还包括域\用户名,如果代码语言表出现问题,请更改密码。而且我什至输入了错误的密码。错误保持不变。 当我输入“ …