我在家工作,我试图克隆从GitHub回购和正在以下错误:Git的克隆不工作 - 错误443
git clone https://github.com/account/repo.git
也试过
git clone git://github.com/account/repo.git
Error: Failed connect to github.com:443; No error while accessing https://github.com/account/repo/info/refs?service=git-upload-pac
fatal: HTTP request failed
我甚至尝试使用SSH,这就是我得到:
ssh: connect to host github.com port 22: Bad file number fatal: could not read from remote repository.
我只是可以克隆它在我的笔记本电脑,所以我知道我有心病rect权限,我只需要帮助,试图找出为什么这是发生在我的桌面上,似乎所有其他建议似乎并没有工作。
- 我没有使用代理。
- 我不能做拉其他已经存在的回购。
编辑 好吧,我跑的命令提示,这里的结果:
$ ssh -i ~/.ssh/id_rsa -vvv [email protected]
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
debug2: ssh_connect: needpriv 0
debug1: Connecting to github.com [204.232.175.90] port 22.
debug1: connect to address 204.232.175.90 port 22: Not owner
ssh: connect to host github.com port 22: Bad file number
有什么建议?
什么是您所使用的命令行? – jszakmeister 2013-04-09 17:57:31
实际的命令还是客户端?客户端我是windows的git bash,然后我只安装了vanilla git - 都没有工作。笔记本电脑上的相同命令客户端工作 – gregwhitworth 2013-04-09 18:04:47
我添加了git命令。 – gregwhitworth 2013-04-09 18:37:33