Shell Cmd
Posted share-ios
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Shell Cmd相关的知识,希望对你有一定的参考价值。
Last login: Wed Apr 10 08:58:20 on ttys001
winds-Mac-mini:~ wind$ cd /Users/wind/Desktop/LED/10\ AppStore/LED-Viewer_20190409_V1.5.1
winds-Mac-mini:LED-Viewer_20190409_V1.5.1 wind$ pod install
Analyzing dependencies
Downloading dependencies
Using AFNetworking (3.2.1)
Using Charts (3.2.2)
Installing ChartsRealm (3.2.1)
Using IQKeyboardManager (6.2.0)
Using Masonry (1.1.0)
Installing Realm (3.11.2)
[!] Error installing Realm
[!] /usr/bin/git -C /var/folders/xm/m2y_qy_x0fdgdvjn1m7nctv40000gn/T/d20190410-28062-1gabigh submodule update --init --recursive
Submodule ‘Realm/ObjectStore‘ (https://github.com/realm/realm-object-store.git) registered for path ‘Realm/ObjectStore‘
Cloning into ‘/private/var/folders/xm/m2y_qy_x0fdgdvjn1m7nctv40000gn/T/d20190410-28062-1gabigh/Realm/ObjectStore‘...
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of ‘https://github.com/realm/realm-object-store.git‘ into submodule path ‘/private/var/folders/xm/m2y_qy_x0fdgdvjn1m7nctv40000gn/T/d20190410-28062-1gabigh/Realm/ObjectStore‘ failed
Failed to clone ‘Realm/ObjectStore‘. Retry scheduled
Cloning into ‘/private/var/folders/xm/m2y_qy_x0fdgdvjn1m7nctv40000gn/T/d20190410-28062-1gabigh/Realm/ObjectStore‘...
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of ‘https://github.com/realm/realm-object-store.git‘ into submodule path ‘/private/var/folders/xm/m2y_qy_x0fdgdvjn1m7nctv40000gn/T/d20190410-28062-1gabigh/Realm/ObjectStore‘ failed
Failed to clone ‘Realm/ObjectStore‘ a second time, aborting
winds-Mac-mini:LED-Viewer_20190409_V1.5.1 wind$ cd /Users/wind/Desktop/LED/10\ AppStore/LED-Viewer_20190409_V1.5.1
winds-Mac-mini:LED-Viewer_20190409_V1.5.1 wind$ pod update
Update all pods
Updating local specs repositories
$ /usr/bin/git -C /Users/wind/.cocoapods/repos/master fetch origin --progress
remote: Enumerating objects: 16322, done.
remote: Counting objects: 100% (16322/16322), done.
remote: Compressing objects: 100% (184/184), done.
remote: Total 47737 (delta 16177), reused 16223 (delta 16123), pack-reused 31415
Receiving objects: 100% (47737/47737), 5.62 MiB | 530.00 KiB/s, done.
Resolving deltas: 100% (32080/32080), completed with 4803 local objects.
From https://github.com/CocoaPods/Specs
c02896aeb37..628482c79c4 master -> origin/master
$ /usr/bin/git -C /Users/wind/.cocoapods/repos/master rev-parse --abbrev-ref HEAD
master
$ /usr/bin/git -C /Users/wind/.cocoapods/repos/master reset --hard origin/master
Checking out files: 100% (5092/5092), done.
HEAD is now at 628482c79c4 [Add] RHSwiftExtensions 1.0.0
warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your diff.renameLimit variable to at least 4911 and retry the command.
CocoaPods 1.7.0.beta.3 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we‘d love you to try.
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.7.0.beta.3
Analyzing dependencies
Downloading dependencies
Using AFNetworking (3.2.1)
Using Charts (3.2.2)
Installing ChartsRealm (3.2.1)
Installing IQKeyboardManager 6.2.1 (was 6.2.0 and source changed to `https://github.com/CocoaPods/Specs.git` from `https://github.com/cocoapods/specs.git`)
Using Masonry (1.1.0)
Installing Realm (3.11.2)
Installing RealmSwift (3.11.2)
Installing SDWebImage 5.0.0 (was 4.4.6 and source changed to `https://github.com/CocoaPods/Specs.git` from `https://github.com/cocoapods/specs.git`)
Using SVProgressHUD (2.2.5)
Using YYCategories (1.0.4)
Using YYModel (1.0.4)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 9 dependencies from the Podfile and 11 total pods installed.
winds-Mac-mini:LED-Viewer_20190409_V1.5.1 wind$ pod install
Analyzing dependencies
Downloading dependencies
Using AFNetworking (3.2.1)
Using Charts (3.2.2)
Using ChartsRealm (3.2.1)
Using IQKeyboardManager (6.2.1)
Using Masonry (1.1.0)
Using Realm (3.11.2)
Using RealmSwift (3.11.2)
Using SDWebImage (5.0.0)
Using SVProgressHUD (2.2.5)
Using YYCategories (1.0.4)
Using YYModel (1.0.4)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 9 dependencies from the Podfile and 11 total pods installed.
winds-Mac-mini:LED-Viewer_20190409_V1.5.1 wind$
以上是关于Shell Cmd的主要内容,如果未能解决你的问题,请参考以下文章