$ 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.gz
scp путь_к_копируемому_файлу [email protected]:путь_к_директории_на_удаленном_сервере
Решение:
alter table b_имя_таблицы collate utf8_unicode_ci;