C:\Users\xxx\temp>git clone D:\userdata\Dropbox\gitrepo\main.git
Cloning into 'main'...
error: unable to find 0fb6364a712239ae87e4abb35e155a04e960c788
error: refs/heads/master does not point to a valid object!
done.
error: Trying to write ref HEAD with nonexistent object 0fb6364a712239ae87e4abb3
5e155a04e960c788
fatal: Cannot update the ref 'HEAD'.
fatal: The remote end hung up unexpectedly
私のgitリポジトリはドロップボックスに保存されています。自分のコンピューターではこのコマンドは正常に機能しますが、別のコンピューターでは上記のエラーが発生します。何か案は?(もちろんレポは同期されています)
ありがとう。