前提・実現したいこと
git clone をすると、unable to get current working directory: No such file or directory とファイルがないよと言われてしまう。
これらを解決し、 git clone をできるようにしたい。
ここに質問の内容を詳しく書いてください。
Reactを用いたアプリ開発をするために、
udemy-react-redux-crud-applicationのリポジトリをgithubで作り、
git cloneしようとしたところ、上記文章が発生してしまった。
発生している問題・エラーメッセージ
ターミナルの内容 Last login: Fri Jul 24 14:47:30 on ttys000 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd Desktop minamiyuuyanoMacBook-Pro:Desktop minamiyuye$ git clone https://github.com/Yu-chan1023/udemy-react-redux-crud-application.git Cloning into 'udemy-react-redux-crud-application'... fatal: unable to get current working directory: No such file or directory
補足情報(FW/ツールのバージョンなど)
先日、macOSのバージョンをMojaveからCatalinaにアップデートしました。
それが関係しているのでしょうか??
なぜかRailsのアプリを立ち上げる時も同様のエラーが発生してしまうので、アップデートが起因しているように感じます。
ターミナルの内容 Last login: Fri Jul 24 14:47:30 on ttys000 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050.
上記の設定をすれば何か変わりますか??
ご教示いただけると幸いです。
【追記】 ホームフォルダー下で git clone
ターミナル minamiyuuyanoMacBook-Pro:~ minamiyuye$ git clone https://github.com/Yu-chan1023/udemy-react-redux-crud-application.git fatal: destination path 'udemy-react-redux-crud-application' already exists and is not an empty directory. minamiyuuyanoMacBook-Pro:~ minamiyuye$ pwd /Users/minamiyuye minamiyuuyanoMacBook-Pro:~ minamiyuye$ cd udemy-react-redux-crud-application minamiyuuyanoMacBook-Pro:udemy-react-redux-crud-application minamiyuye$ pwd /Users/minamiyuye/udemy-react-redux-crud-application minamiyuuyanoMacBook-Pro:udemy-react-redux-crud-application minamiyuye$
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/25 05:52
2020/07/25 06:35
2020/07/25 06:46
2020/07/25 07:12
2020/07/25 07:45
2020/07/25 08:27
2020/07/25 09:04