相关疑难解决方法(0)

GitHub - 无法连接到github 443窗口/无法连接到gitHub - 没有错误

问 - 我安装了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

155
推荐指数
12
解决办法
25万
查看次数

Git SSH错误:"连接到主机:错误的文件号"

我按照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 ssh github

153
推荐指数
5
解决办法
18万
查看次数

如何让Git推/拉Windows 7防火墙?

我的防火墙配置为拒绝所有入站和出站流量,除非规则另有说明.

Firewall Profile截图

这个答案建议制定规则git.exe,sh.exessh.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

如果我默认允许出站连接,一切正常.

Firewall Profile截图

我错过了什么规则?

git firewall windows-firewall windows-7

7
推荐指数
1
解决办法
4001
查看次数

标签 统计

git ×3

github ×2

firewall ×1

ssh ×1

windows-7 ×1

windows-firewall ×1