在看 React-Native 的时候想 clone 一个项目下来。
在命令行输入 git clone https://github.com/poberwong/react-native-gank.git
去 clone 的时候报了一个错误。
fatal: unable to access 'https://github.com/poberwong/react-native-gank.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
百度了半天,都说是代理的问题。。。。
在后来终于发现了问题,把 https 换成 git 就可以了。。。
git cloe git://github.com/poberwong/react-native-gank.git