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.
数日前から、古いサーバーから新しいサーバー (chroot ユーザーで古いサーバーから新しいサーバーに移動) で作業しており、フォルダー .git を新しいサーバーにコピーしました。
問題は、「git pull」と入力するとエラーが発生することです。
致命的: うーん。システムから Git コマンドがまったく報告されません。
git fetch や git merge などの他のコマンドは正常に機能します。
git pull コマンドを使用できない理由は何ですか?
git はプレーンな ssh 以上のものを使用しますが、"サーバー側" (プルする側) に git をインストールする必要があります。あなたのchangerootにはそれらが欠けているようです。それらを追加すると、すべてが機能するはずです。