We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I run: copier copy https://github.com/jupyterlab/extension-template . It occurs an error: UnicodeDecodeError: 'gbk' codec can't decode byte 0x99 in position 763: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
你试试在win系统上这样设置: 在 Windows 10 版本 1903 及更高版本中,可以启用“Beta: 使用 Unicode UTF-8 提供全球语言支持”选项。通过控制面板中的“时间和语言” > “区域” > “更改数据格式” > “相关设置” > “管理区域设置”来启用此选项。
我调了很久这个问题,最终这样解决了
Sorry, something went wrong.
jinzhu
No branches or pull requests
when I run:
copier copy https://github.com/jupyterlab/extension-template .
It occurs an error:
UnicodeDecodeError: 'gbk' codec can't decode byte 0x99 in position 763: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: