GitでErrorの解消方法

remote: error: The last gc run reported the following. Please correct yhe root cause and remove gc.log.

リモート:エラー:最後のgc実行で次のことが報告されました。 根本原因を修正し、gc.logを削除してください。との事。なので削除する。

git fsck  //delete data sarch

git prune  //delete

git gc //run gc

git gc --auto  //set auto run gc

と、これで正常に戻る

コメントを残す

メールアドレスが公開されることはありません。必須項目には印がついています *

CAPTCHA


日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)