问 - 我安装了git来获取最新版本的Angular.当我试着打电话
git clone https://github.com/angular/angular-phonecat.git
Run Code Online (Sandbox Code Playgroud)
我无法连接到github 443错误
我甚至试过了
git clone git://github.com/angular/angular-phonecat.git
Run Code Online (Sandbox Code Playgroud)
这使我无法连接没有错误消息.
我在公司防火墙后面.当我去control panel->Internet Options -> connections -> lan setting.IT 时,我不能看到我的代理详细信息.我不会与我共享代理信息.我不知道该怎么办 ??
我终于设法做到了.我将更新我所采取的程序,以便编译我为使其工作而执行的所有步骤
我按照git指南但在尝试连接到github时遇到了这个奇怪的问题:
$ ssh -v git@github.com
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
debug1: Reading configuration data /c/Documents and Settings/mugues/.ssh/config
debug1: Applying options for github.com
debug1: Connecting to github.com [207.97.227.239] port 22.
debug1: connect to address 207.97.227.239 port 22: Attempt to connect timed out without establishing a connection
ssh: connect to host github.com port 22: Bad file number
Run Code Online (Sandbox Code Playgroud)
这是我在.ssh下的配置文件
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile "C:\Documents and Settings\mugues\.ssh\id_rsa"
TCPKeepAlive yes
IdentitiesOnly yes
Run Code Online (Sandbox Code Playgroud)
任何的想法?
我的防火墙配置为拒绝所有入站和出站流量,除非规则另有说明.

这个答案建议制定规则git.exe,sh.exe和ssh.exe.所以我做了.甚至bash.exe.

我跑的时候仍然git pull看到:
fatal: unable to access 'https://joncom@bitbucket.org/joncom/my-repo.git/': Failed connect to bitbucket.org:443; No error
如果我默认允许出站连接,一切正常.

我错过了什么规则?