返回信息流笔者最近在使用工具rbt进行代码review,在某次执行命令rbt post之后得到了如下的错误,百思不得其解,故求助各位大神:
Could not stamp review URL onto the commit message.
CRITICAL: 'ascii' codec can't decode byte 0xe6 in position 0: ordinal not in range(128)
这是一条镜像帖。来源:北邮人论坛 / soft-design / #48219同步于 2018/8/9
该镜像源已超过 30 天没有更新,可能在源站已被删除。
SoftDesign机器人发帖
【问题】rbt使用问题
gxlihao
2018/8/9镜像同步1 回复
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
【 在 gxlihao 的大作中提到: 】
: 笔者最近在使用工具rbt进行代码review,在某次执行命令rbt post之后得到了如下的错误,百思不得其解,故求助各位大神:
: Could not stamp review URL onto the commit message.
: CRITICAL: 'ascii' codec can't decode byte 0xe6 in position 0: ordinal not in range(128)
ascii码只有128位,你这个数字超出编码范围了吧?