私はgit clone
コマンドに問題があります。私は`git clone/DIRECTORY`と` git clone file:/// DIRECTORY`
$ git clone /SOURCE_DIRECTORY /TARGET_DIRECTORY
を実行すると、すべてが正常に動作し、私は、このコマンド(のみfile://
が追加)
$ git clone file:///SOURCE_DIRECTORY /TARGET_DIRECTORY
を実行すると、私は
Initialized empty Git repository in /TARGET_DIRECTORY/.git/
remote: Counting objects: 737, done.
remote: Compressing objects: 100% (189/189), done.
remote: Total 737 (delta 264), reused 725 (delta 256)
Receiving objects: 100% (737/737), 68.25 KiB, done.
Resolving deltas: 100% (264/264), done.
error: Trying to write ref HEAD with nonexistant object XXXXXXXX
fatal: Cannot update the ref 'HEAD'.
を取得
Initialized empty Git repository in /TARGET_DIRECTORY/.git/
を取得します210
誰でも教えてください。/DIRECTORY
とfile:///DIRECTORY
の違いは何ですか?なぜ私はここで別の結果を得るのですか?
特定のディレクトリ名またはディレクトリ名にありますか? –
''/var/lib/jenkins/jobs/project/workspace'などのディレクトリで再現可能です。 –
'' https:/ 'の ''ローカルプロトコル'/git-scm.com/book/en/v2/Git-on-the-The-Server-The-Protocols ' – ElpieKay