質問編集履歴

2

ホームフォルダー下で git clone 検証

2020/07/25 07:42

投稿

doraemon_love
doraemon_love

スコア9

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
 
98
98
 
99
- 【追記】 react-reduxディレクトリ下で git clone
99
+ 【追記】 ホームフォルダー下で git clone
100
100
 
101
101
 
102
102
 
@@ -106,31 +106,25 @@
106
106
 
107
107
 
108
108
 
109
- Last login: Sat Jul 25 15:37:04 on ttys000
110
109
 
111
110
 
111
+ minamiyuuyanoMacBook-Pro:~ minamiyuye$ git clone https://github.com/Yu-chan1023/udemy-react-redux-crud-application.git
112
112
 
113
- The default interactive shell is now zsh.
113
+ fatal: destination path 'udemy-react-redux-crud-application' already exists and is not an empty directory.
114
114
 
115
- To update your account to use zsh, please run `chsh -s /bin/zsh`.
115
+ minamiyuuyanoMacBook-Pro:~ minamiyuye$ pwd
116
116
 
117
- For more details, please visit https://support.apple.com/kb/HT208050.
117
+ /Users/minamiyuye
118
118
 
119
- minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd
119
+ minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd udemy-react-redux-crud-application
120
120
 
121
- minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd Desktop
121
+ minamiyuuyanoMacBook-Pro:udemy-react-redux-crud-application minamiyuye$ pwd
122
122
 
123
- minamiyuuyanoMacBook-Pro:Desktop minamiyuye$ cd react-redux
123
+ /Users/minamiyuye/udemy-react-redux-crud-application
124
124
 
125
- minamiyuuyanoMacBook-Pro:react-redux minamiyuye$ git clone https://github.com/Yu-chan1023/udemy-react-redux-crud-application.git
125
+ minamiyuuyanoMacBook-Pro:udemy-react-redux-crud-application minamiyuye$
126
126
 
127
- fatal: unable to get current working directory: Operation not permitted
128
127
 
129
- minamiyuuyanoMacBook-Pro:react-redux minamiyuye$ pwd
130
-
131
- /Users/minamiyuye/Desktop/react-redux
132
-
133
- minamiyuuyanoMacBook-Pro:react-redux minamiyuye$
134
128
 
135
129
 
136
130
 

1

react-redux ディレクトリ下での git clone の検証

2020/07/25 07:42

投稿

doraemon_love
doraemon_love

スコア9

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,45 @@
93
93
  上記の設定をすれば何か変わりますか??
94
94
 
95
95
  ご教示いただけると幸いです。
96
+
97
+
98
+
99
+ 【追記】 react-reduxディレクトリ下での git clone
100
+
101
+
102
+
103
+ ```
104
+
105
+ ターミナル
106
+
107
+
108
+
109
+ Last login: Sat Jul 25 15:37:04 on ttys000
110
+
111
+
112
+
113
+ The default interactive shell is now zsh.
114
+
115
+ To update your account to use zsh, please run `chsh -s /bin/zsh`.
116
+
117
+ For more details, please visit https://support.apple.com/kb/HT208050.
118
+
119
+ minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd
120
+
121
+ minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd Desktop
122
+
123
+ minamiyuuyanoMacBook-Pro:Desktop minamiyuye$ cd react-redux
124
+
125
+ minamiyuuyanoMacBook-Pro:react-redux minamiyuye$ git clone https://github.com/Yu-chan1023/udemy-react-redux-crud-application.git
126
+
127
+ fatal: unable to get current working directory: Operation not permitted
128
+
129
+ minamiyuuyanoMacBook-Pro:react-redux minamiyuye$ pwd
130
+
131
+ /Users/minamiyuye/Desktop/react-redux
132
+
133
+ minamiyuuyanoMacBook-Pro:react-redux minamiyuye$
134
+
135
+
136
+
137
+ ```