質問編集履歴
2
ホームフォルダー下で git clone 検証
title
CHANGED
File without changes
|
body
CHANGED
@@ -47,23 +47,20 @@
|
|
47
47
|
上記の設定をすれば何か変わりますか??
|
48
48
|
ご教示いただけると幸いです。
|
49
49
|
|
50
|
-
【追記】
|
50
|
+
【追記】 ホームフォルダー下で git clone
|
51
51
|
|
52
52
|
```
|
53
53
|
ターミナル
|
54
54
|
|
55
|
-
Last login: Sat Jul 25 15:37:04 on ttys000
|
56
55
|
|
57
|
-
The default interactive shell is now zsh.
|
58
|
-
To update your account to use zsh, please run `chsh -s /bin/zsh`.
|
59
|
-
|
56
|
+
minamiyuuyanoMacBook-Pro:~ minamiyuye$ git clone https://github.com/Yu-chan1023/udemy-react-redux-crud-application.git
|
57
|
+
fatal: destination path 'udemy-react-redux-crud-application' already exists and is not an empty directory.
|
60
|
-
minamiyuuyanoMacBook-Pro:~ minamiyuye$
|
58
|
+
minamiyuuyanoMacBook-Pro:~ minamiyuye$ pwd
|
61
|
-
|
59
|
+
/Users/minamiyuye
|
62
|
-
minamiyuuyanoMacBook-Pro:
|
60
|
+
minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd udemy-react-redux-crud-application
|
63
|
-
minamiyuuyanoMacBook-Pro:react-redux minamiyuye$ git clone https://github.com/Yu-chan1023/udemy-react-redux-crud-application.git
|
64
|
-
fatal: unable to get current working directory: Operation not permitted
|
65
|
-
minamiyuuyanoMacBook-Pro:react-redux minamiyuye$ pwd
|
61
|
+
minamiyuuyanoMacBook-Pro:udemy-react-redux-crud-application minamiyuye$ pwd
|
66
|
-
/Users/minamiyuye/
|
62
|
+
/Users/minamiyuye/udemy-react-redux-crud-application
|
67
|
-
minamiyuuyanoMacBook-Pro:react-redux minamiyuye$
|
63
|
+
minamiyuuyanoMacBook-Pro:udemy-react-redux-crud-application minamiyuye$
|
68
64
|
|
65
|
+
|
69
66
|
```
|
1
react-redux ディレクトリ下での git clone の検証
title
CHANGED
File without changes
|
body
CHANGED
@@ -45,4 +45,25 @@
|
|
45
45
|
|
46
46
|
```
|
47
47
|
上記の設定をすれば何か変わりますか??
|
48
|
-
ご教示いただけると幸いです。
|
48
|
+
ご教示いただけると幸いです。
|
49
|
+
|
50
|
+
【追記】 react-reduxディレクトリ下での git clone
|
51
|
+
|
52
|
+
```
|
53
|
+
ターミナル
|
54
|
+
|
55
|
+
Last login: Sat Jul 25 15:37:04 on ttys000
|
56
|
+
|
57
|
+
The default interactive shell is now zsh.
|
58
|
+
To update your account to use zsh, please run `chsh -s /bin/zsh`.
|
59
|
+
For more details, please visit https://support.apple.com/kb/HT208050.
|
60
|
+
minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd
|
61
|
+
minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd Desktop
|
62
|
+
minamiyuuyanoMacBook-Pro:Desktop minamiyuye$ cd react-redux
|
63
|
+
minamiyuuyanoMacBook-Pro:react-redux minamiyuye$ git clone https://github.com/Yu-chan1023/udemy-react-redux-crud-application.git
|
64
|
+
fatal: unable to get current working directory: Operation not permitted
|
65
|
+
minamiyuuyanoMacBook-Pro:react-redux minamiyuye$ pwd
|
66
|
+
/Users/minamiyuye/Desktop/react-redux
|
67
|
+
minamiyuuyanoMacBook-Pro:react-redux minamiyuye$
|
68
|
+
|
69
|
+
```
|