$ git push origin master
password:
Counting objects: 1156, done.
Delta compression using up to 24 threads.
warning: suboptimal pack - out of memory
fatal: Out of memory, malloc failed (tried to allocate 7934514 bytes)
error: failed to push some refs to '...'Решение:
git config pack.threads 1Ответ:
git log -p имя_файла
# или
git blame имя_файлаtar -czvf имя_файла_архива.tar.gz путь_к_архивируемой_директорииtar -xzvf имя_файла_архива.tar.gzscp путь_к_копируемому_файлу user@host.ru:путь_к_директории_на_удаленном_сервереРешение:
alter table b_имя_таблицы collate utf8_unicode_ci;