git clone无法在我的mac终端上运行

时间:2016-11-04 06:03:39

标签: git-clone

  〜/ test_site LarrydeMacBook-Pro

larrybin
  [$ git clone https://github.com/LarryBrin/coursera-test.git]
  克隆到'coursera-test'......   致命无法访问“https://github.com/LarryBrin/coursera-test.git/”:无法连接到github.com端口443:操作超时

我在Google和StackOverflow上搜索过,但找不到答案。你能说出问题所在吗?

1 个答案:

答案 0 :(得分:0)

检查一下。

git clone git@github.com:LarryBrin/coursera-test.git

如果你使用http first set proxy并检查上面的命令:

git config --global http.proxy [Ip_Address]:[port_number]