質問編集履歴
5
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
```
|
6
6
|
|
7
|
-
The terminal process failed to launch: Starting directory (cwd) users/documents/\xe8\xb6
|
7
|
+
The terminal process failed to launch: Starting directory (cwd) users/documents/\xe8\xb6/project_name does not exist.
|
8
8
|
|
9
9
|
```
|
10
10
|
|
@@ -15,8 +15,6 @@
|
|
15
15
|
1つだけであればターミナルは正常に動作しております。
|
16
16
|
|
17
17
|
|
18
|
-
|
19
|
-
もともとのdirectoryに上記のエラーメッセージに含まれるような文字列や余計なpathは含まれていません。
|
20
18
|
|
21
19
|
|
22
20
|
|
@@ -29,3 +27,7 @@
|
|
29
27
|
|
30
28
|
|
31
29
|
再起動しても直りませんでした。
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
※原因は、親フォルダ名が日本語であるためのようです。
|
4
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,19 +4,19 @@
|
|
4
4
|
|
5
5
|
```
|
6
6
|
|
7
|
-
The terminal process failed to launch: Starting directory (cwd) does not exist.
|
7
|
+
The terminal process failed to launch: Starting directory (cwd) users/documents/\xe8\xb6\xb3\xe8\xb7\xa1/project_name does not exist.
|
8
8
|
|
9
9
|
```
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
と
|
13
|
+
と言われるようになり、ターミナルを分割して開けなくなりました。
|
14
14
|
|
15
|
-
|
15
|
+
1つだけであればターミナルは正常に動作しております。
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
|
19
|
+
もともとのdirectoryに上記のエラーメッセージに含まれるような文字列や余計なpathは含まれていません。
|
20
20
|
|
21
21
|
|
22
22
|
|
@@ -24,11 +24,7 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
通常のpathではなく、例えばusers/documents/project_nameであれば
|
28
27
|
|
29
|
-
The terminal process failed to launch: Starting directory (cwd) users/documents/\xe3\x83(このようなものが15個ほど続く)/project_name does not exist.
|
30
|
-
|
31
|
-
と言われています。
|
32
28
|
|
33
29
|
|
34
30
|
|
3
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -29,3 +29,7 @@
|
|
29
29
|
The terminal process failed to launch: Starting directory (cwd) users/documents/\xe3\x83(このようなものが15個ほど続く)/project_name does not exist.
|
30
30
|
|
31
31
|
と言われています。
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
再起動しても直りませんでした。
|
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,3 +21,11 @@
|
|
21
21
|
|
22
22
|
|
23
23
|
![イメージ説明](793e679a825fe01c80d31cf6d5ad406c.png)
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
通常のpathではなく、例えばusers/documents/project_nameであれば
|
28
|
+
|
29
|
+
The terminal process failed to launch: Starting directory (cwd) users/documents/\xe3\x83(このようなものが15個ほど続く)/project_name does not exist.
|
30
|
+
|
31
|
+
と言われています。
|
1
変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,4 +16,8 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
1つだけであればターミナルは正常に動作しております。
|
20
|
+
|
21
|
+
|
22
|
+
|
19
23
|
![イメージ説明](793e679a825fe01c80d31cf6d5ad406c.png)
|