简体   繁体   English

尝试从GitHub克隆或提取Git,但没有错误

[英]Trying to clone or pull Git from GitHub but no error

I tried to clone or pull repository from GitHub but nothing happened and also no error :( 我试图从GitHub克隆或提取存储库,但没有任何反应,也没有错误:(

git clone https://github.com/test/test.git test

Cloning into 'test'... 克隆到“测试” ...

after this message nothing else. 在此消息之后,没有别的。 Any idea where I can check the error log? 知道在哪里可以检查错误日志吗? because same command is working on different server but not on Amazon EC2 instance. 因为同一命令在不同的服务器上运行,但在Amazon EC2实例上却没有。

Is it a firewall issue? 是防火墙问题吗? The Git protocol listens on port 9418. Git协议在端口9418上侦听。

http://git-scm.com/book/en/Git-on-the-Server-The-Protocols#The-Git-Protocol http://git-scm.com/book/en/Git-on-the-Server-The-Protocols#The-Git-Protocol

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM