質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,4 +27,17 @@
|
|
27
27
|
```
|
28
28
|
となります。
|
29
29
|
ステージングサーバでpullした場合は大丈夫でした。
|
30
|
-
何か原因が解る方いましたら解決策宜しくお願いします。
|
30
|
+
何か原因が解る方いましたら解決策宜しくお願いします。
|
31
|
+
|
32
|
+
追記:
|
33
|
+
>vagrantユーザでpullした場合は、
|
34
|
+
error: cannot open .git/FETCH_HEAD: ????????
|
35
|
+
となります。
|
36
|
+
これに対しては、
|
37
|
+
http://stackoverflow.com/questions/13195814/trying-to-git-pull-with-error-cannot-open-git-fetch-head-permission-denied
|
38
|
+
を参考に、
|
39
|
+
chown -R vagrant:vagrant .git/
|
40
|
+
しました。
|
41
|
+
error: cannot open .git/FETCH_HEAD: ????????
|
42
|
+
のエラーは解決しましたが、再度、pullすると
|
43
|
+
rootユーザと同じエラーが出ます。
|