質問編集履歴
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,4 +33,8 @@
|
|
33
33
|
$ pod setup;
|
34
34
|
|
35
35
|
【結果②】
|
36
|
-
[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
|
36
|
+
[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
|
37
|
+
|
38
|
+
|
39
|
+
【追記③】
|
40
|
+
https://akamist.com/blog/archives/478
|
2
追記
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
pod setupが出来ない
|
1
|
+
なぜかpod setupが出来ない
|
body
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
|
12
12
|
[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
|
13
13
|
|
14
|
-
【追記】
|
14
|
+
【追記①】
|
15
15
|
http://mzgkworks.hateblo.jp/entry/cocoapods-master-repo-error
|
16
16
|
上記を参考に下記のコマンド入力するもダメでした、、
|
17
17
|
$ pod repo remove master;
|
@@ -23,4 +23,14 @@
|
|
23
23
|
are terminated then try again. If it still fails, a git process
|
24
24
|
may have crashed in this repository earlier:
|
25
25
|
remove the file manually to continue.
|
26
|
+
[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
|
27
|
+
|
28
|
+
【追記②】
|
29
|
+
https://code.i-harness.com/ja/q/243e5b4
|
30
|
+
上記を参考に下記のコマンド入力するもダメでした、、
|
31
|
+
$ rm -f ./.git/index.lock;
|
32
|
+
$ rm .git/COMMIT_EDITMSG;
|
33
|
+
$ pod setup;
|
34
|
+
|
35
|
+
【結果②】
|
26
36
|
[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,4 +9,18 @@
|
|
9
9
|
他に試すべきことありますでしょうか、、
|
10
10
|
詳しい方いましたらよろしくお願いします。。
|
11
11
|
|
12
|
+
[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
|
13
|
+
|
14
|
+
【追記】
|
15
|
+
http://mzgkworks.hateblo.jp/entry/cocoapods-master-repo-error
|
16
|
+
上記を参考に下記のコマンド入力するもダメでした、、
|
17
|
+
$ pod repo remove master;
|
18
|
+
$ pod setup;
|
19
|
+
|
20
|
+
【結果】
|
21
|
+
Another git process seems to be running in this repository, e.g.
|
22
|
+
an editor opened by 'git commit'. Please make sure all processes
|
23
|
+
are terminated then try again. If it still fails, a git process
|
24
|
+
may have crashed in this repository earlier:
|
25
|
+
remove the file manually to continue.
|
12
26
|
[!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
|