git
ローカルに環境を作成しました.1つのシステムは のように動作し、server
別のシステムをそれが私がファイルにしようとしている理由です.しかし、私は以下の応答を受け取っています.etcのような他のコマンドも同じ応答をしています.私は初心者なので、私は非常に混乱しています.gituser(client)
$ git clone --bare . ../../remote_repository.git
PUSH
PULL
git status
受信した応答
fatal: Not a git repository (or any of the parent directories): .git
以下のコマンドで試しました。使用していubuntu
ます。
administrator@pramod-desktop:/$ git pull ../../remote_repository.git
コマンド 説明
サーバー内の私の裸のリポジトリパスは/home/user153/remote_repository.git
../../remote_repository.git:`Path` to my remote_repository.git(git folder)
誰でも助けてください。