fatal: fatal: unable to connect to github.com: github.comgithub.com[0: 20.205.243.166]]: errno=Operation timed out

Viewed 36

I try to clone a open source code but I can't finish it.

niesong@niesongdeiMac testApp % git clone https://github.com/hackiftekhar/IQKeyboardManager.git is cloning 'IQKeyboardManager'... fatal: unable to connect to github.com: github.com[0: 20.205.243.166]: errno=Operation timed out

this is my gitconfig

[url "“https://”"] insteadOf = git://

[url "https://"] insteadOf = git://

[url "git://github.com/"] insteadOf = https://github.com/

but I can pod search IQKeyboardManager

1 Answers
Related