teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

誤字の訂正

2015/10/17 09:05

投稿

chris
chris

スコア13

title CHANGED
File without changes
body CHANGED
@@ -1,8 +1,7 @@
1
+ 環境はxcode7 Macです。
1
2
  xcodeの環境構築でAlamofire-SwiftyJSONのライブラリーをインストールしました。
2
3
  しかし、git submodule updateで
3
4
 
4
- 環境はxcode7 Macです。
5
-
6
5
  fatal: reference is not a tree: ####################################
7
6
  Unable to checkout '####################################' in submodule path 'SwiftyJSON'
8
7
 

3

文字の修飾

2015/10/17 09:05

投稿

chris
chris

スコア13

title CHANGED
File without changes
body CHANGED
File without changes

2

環境の追加

2015/10/17 08:47

投稿

chris
chris

スコア13

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,8 @@
1
1
  xcodeの環境構築でAlamofire-SwiftyJSONのライブラリーをインストールしました。
2
2
  しかし、git submodule updateで
3
3
 
4
+ 環境はxcode7 Macです。
5
+
4
6
  fatal: reference is not a tree: ####################################
5
7
  Unable to checkout '####################################' in submodule path 'SwiftyJSON'
6
8
 

1

試した方法の追加

2015/10/17 08:46

投稿

chris
chris

スコア13

title CHANGED
File without changes
body CHANGED
@@ -18,4 +18,16 @@
18
18
  と行いました。
19
19
 
20
20
  reference is not treeとはどういう状態でしょうか?
21
- 独学で勉強中で理解出来ていない部分があり、申し訳ありません。
21
+ 独学で勉強中で理解出来ていない部分があり、申し訳ありません。
22
+
23
+
24
+
25
+
26
+ ちなみに
27
+ ```ここに言語を入力
28
+ cd SwiftyJSON
29
+ git reset --hard
30
+ cd -
31
+ git submodule update
32
+ ```
33
+ では解決しませんでした。