cURL Error Code: 7 cURL Error Message: Failed to connect to 127.0.0.1 port 9200: Connection refused cURL Error Code: 7 cURL Error Message: Failed to connect to 127.0.0.1 port 9200: Connection refused
xcode 上 check out 一个新工程是没有问题的,可是 check out 之后, 想要更新就会失败,原因是我只有http://xxx/yyy/zzz 的权限,而没有 http://xxx/yyy 的权限。
而 xcode 在 check out http://xxx/yyy/zzz 之后,自动把那个路径设置成了 http://xxx/yyy ,并且还不能修改。
尽量用git吧