.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
只需要将在/etc/apache2/mods-enabled中执行sudo ln -s ../mods-available/rewrite.load ./
MySQL
ImportError: No module named 'MySQLdb'
MacOS 下的临时解决方案: export PATH=$PATH:/usr/local/mysql/bin
Ubuntu下的临时解决方案: sudo apt install libmysqlclient-dev
Github
github上传超过100MB文件
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: See http://git.io/iEPt8g for more information.