
程序报错解决办法合集
Ricky_Frog
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTMLTestRunner解决UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 36: ordinal not
今天在使用HTMLTestRunner的时候,报错了,本来报告格式中假如不出现中文,就不会报错,正常的生成报告,我修改了下报告的标题,添加了:title='TestReport'报告 , 报错提示如下:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 36: ordinal not in range(128...原创 2018-08-05 22:17:36 · 30116 阅读 · 4 评论 -
fatal: Unable to create 'F:/TestSuite/TestSuite/.git/index.lock': File exists.
今天操作git的时候,git stash了一下,然后git pull拉取最新的代码,发现居然报错了,报错如下:$ git stashfatal: Unable to create 'F:/TestSuite/TestSuite/.git/index.lock': File exists.If no other git process is currently running, this...原创 2019-04-03 20:28:15 · 630 阅读 · 0 评论