bully icon indicating copy to clipboard operation
bully copied to clipboard

Has SocketRocket down?

Open swinghu opened this issue 9 years ago • 0 comments

Hi ,when i check out bully, run script

swinghu@swinghudeMacBook-Pro:bully$ git submodule update --init --recursive

then meet error "Unable to checkout 'e73826d10b755635811bad62610752564e6e200d' in submodule path 'Vendor/SocketRocket'"

What is wrong with it? thanks for your reply

swinghu@swinghudeMacBook-Pro:bully$ git submodule update --init --recursive
Submodule 'Vendor/Reachability' (https://github.com/tonymillion/Reachability.git) registered for path 'Vendor/Reachability'
Submodule 'Vendor/SocketRocket' (https://github.com/square/SocketRocket.git) registered for path 'Vendor/SocketRocket'
Cloning into 'Vendor/Reachability'...
remote: Counting objects: 296, done.
remote: Total 296 (delta 0), reused 0 (delta 0), pack-reused 296
Receiving objects: 100% (296/296), 106.76 KiB | 3.00 KiB/s, done.
Resolving deltas: 100% (139/139), done.
Checking connectivity... done.
Submodule path 'Vendor/Reachability': checked out 'f5fafd1c0a172bc42e573aff2af52383d58182e4'
Cloning into 'Vendor/SocketRocket'...
remote: Counting objects: 5507, done.
remote: Total 5507 (delta 0), reused 0 (delta 0), pack-reused 5507
Receiving objects: 100% (5507/5507), 2.37 MiB | 4.00 KiB/s, done.
Resolving deltas: 100% (4588/4588), done.
Checking connectivity... done.
fatal: reference is not a tree: e73826d10b755635811bad62610752564e6e200d
Unable to checkout 'e73826d10b755635811bad62610752564e6e200d' in submodule path 'Vendor/SocketRocket'

swinghu avatar May 03 '16 12:05 swinghu