Skip to content

Instantly share code, notes, and snippets.

View xiexianbin's full-sized avatar

xiexianbin xiexianbin

View GitHub Profile
@xiexianbin
xiexianbin / nginx.conf
Created March 19, 2023 08:56 — forked from dctrwatson/nginx.conf
Caching PyPi packages locally with nginx
user www-data;
worker_processes 4;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}

解决 Git 在 windows 下中文乱码的问题

原因

中文乱码的根源在于 windows 基于一些历史原因无法全面支持 utf-8 编码格式,并且也无法通过有效手段令其全面支持。

解决方案

  1. 安装