質問編集履歴

3

追記

2018/12/19 07:34

投稿

wataame
wataame

スコア302

test CHANGED
File without changes
test CHANGED
@@ -69,3 +69,11 @@
69
69
  【結果②】
70
70
 
71
71
  [!] 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`
72
+
73
+
74
+
75
+
76
+
77
+ 【追記③】
78
+
79
+ https://akamist.com/blog/archives/478

2

追記

2018/12/19 07:34

投稿

wataame
wataame

スコア302

test CHANGED
@@ -1 +1 @@
1
- pod setupが出来ない
1
+ なぜかpod setupが出来ない
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
 
26
26
 
27
- 【追記】
27
+ 【追記
28
28
 
29
29
  http://mzgkworks.hateblo.jp/entry/cocoapods-master-repo-error
30
30
 
@@ -49,3 +49,23 @@
49
49
  remove the file manually to continue.
50
50
 
51
51
  [!] 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`
52
+
53
+
54
+
55
+ 【追記②】
56
+
57
+ https://code.i-harness.com/ja/q/243e5b4
58
+
59
+ 上記を参考に下記のコマンド入力するもダメでした、、
60
+
61
+ $ rm -f ./.git/index.lock;
62
+
63
+ $ rm .git/COMMIT_EDITMSG;
64
+
65
+ $ pod setup;
66
+
67
+
68
+
69
+ 【結果②】
70
+
71
+ [!] 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

追記

2018/12/19 07:21

投稿

wataame
wataame

スコア302

test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,31 @@
21
21
 
22
22
 
23
23
  [!] 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`
24
+
25
+
26
+
27
+ 【追記】
28
+
29
+ http://mzgkworks.hateblo.jp/entry/cocoapods-master-repo-error
30
+
31
+ 上記を参考に下記のコマンド入力するもダメでした、、
32
+
33
+ $ pod repo remove master;
34
+
35
+ $ pod setup;
36
+
37
+
38
+
39
+ 【結果】
40
+
41
+ Another git process seems to be running in this repository, e.g.
42
+
43
+ an editor opened by 'git commit'. Please make sure all processes
44
+
45
+ are terminated then try again. If it still fails, a git process
46
+
47
+ may have crashed in this repository earlier:
48
+
49
+ remove the file manually to continue.
50
+
51
+ [!] 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`