Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mac の GitBash で次のコマンドを実行しようとしていますが、次のエラーが発生し続けます。
致命的: リポジトリ パスが存在しません。
これをWindowsマシンで実行するとうまく機能しますが、Macで実行する必要があります:(
この問題を解決するためのアイデアはありますか?
ありがとう
Fatal: repository path does not exist.gitは、リポジトリのないディレクトリでコマンドを実行しようとしていることを意味します。リポジトリgit cloneを取得またはgit init作成する必要があるかcd、すでにチェックアウトされているリポジトリ ディレクトリに移動する必要があります。
Fatal: repository path does not exist.
git
git clone
git init
cd
すべてのリポジトリ ファイルは.git、プロジェクト ディレクトリのルートにあるディレクトリにあります。あなたはおそらくそれを欠いています。
.git