美文网首页
Git error: unable to stat just-w

Git error: unable to stat just-w

作者: 虚玩玩TT | 来源:发表于2019-06-14 10:16 被阅读0次

解释

无法统计刚刚写入的文件。

解决

文件名不被允许使用,给文件重命名即可。

tip

本次出错原因:windows 不能命名 con.png
另:由系统保留的设备名字不能用作文件名
CON,PRN,AUX,CLOCK$,NUL,COM1,COM2,COM3,COM4,COM5,COM6,COM7,COM8,COM9,LPT1

相关文章

网友评论

      本文标题:Git error: unable to stat just-w

      本文链接:https://www.haomeiwen.com/subject/kyqufctx.html