I saw several times the following message from git: "Auto packing deferred; not on AC".
This is very annoying because of the Google Repo tool for Windows create symbolic link to the git folders and this one block to use the 'git gc' command. You can disable permanently the working of gc:
git config --global gc.auto 0
No comments:
Post a Comment