git乱码解决方案

1、文件名中包含中文

<span style="font-family:Courier New;font-size:14px;">xuleng@beswl33 master $ git config core.quotepath false</span>

2、文件名中包含@#\等特殊字符

<span style="font-family:Courier New;font-size:14px;">xuleng@beswl33 master $ git config hooks.allowbadsynergyfilenames true</span>

你可能感兴趣的:(git乱码解决方案)