各种错误合集

ubuntu Apache2

  1. .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

  1. ImportError: No module named 'MySQLdb'
    MacOS 下的临时解决方案:
    export PATH=$PATH:/usr/local/mysql/bin
    Ubuntu下的临时解决方案:
    sudo apt install libmysqlclient-dev

Github

  1. 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.

参考https://git-lfs.github.com/

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容