Mac OS command line authenticating with GitHub
问题 While trying to connect to GitHub to validate my podspec, I keep getting the following error: fatal: unable to access 'https://github.com/myAccount/myRepo.git/': Failed to connect to 159.82.13.140 port 80: Operation timed out It seems to be my connection to GitHub specifically, because cloning from the command line throws the same error: git clone https://github.com/myAccount/myRepo.git ~/Desktop/testClone Cloning into '/Users/myAccount/Desktop/project'... fatal: unable to access 'https:/