
报错
随机下雨
这个作者很懒,什么都没留下…
展开
-
Mac OS,用Mercurial执行hg clone时报错
报错:解决方法:装python时忘记点击文件夹里的Install Certificates.Command了,点击之后就好了(非常小白原创 2021-09-12 20:52:04 · 277 阅读 · 0 评论 -
unity报错 please fix compile errors before creating new script components
看教程学unity 2d的时候,把写好的Scripts挂给character素材时,有这样的提示:please fix compile errors before creating new script components不知道确切的解决方法是什么,估计是因为没有用visual studio导致保存的时候出现了一些问题(?)直接用visual studio的open点开就没有问题了。...原创 2021-07-04 21:53:17 · 3198 阅读 · 3 评论 -
python | print(l.extend(l2))的值为None
print的值为None。原因:extend()的方法没有返回值改正:原创 2021-01-04 19:05:48 · 277 阅读 · 0 评论 -
python | range()不能生成list
只使用range()只会输出range(),需要在外面添加一个list()对列表对象进行迭代。原创 2021-01-04 18:56:21 · 579 阅读 · 2 评论 -
THREE.js | camera中没有Object
错误:在使用cameraHelper同时在scene添加camera,scene中没有物体显示解决方法:去掉scene.add(camera), 只留下创建的scene.add(cameraHelper)原创 2020-12-07 19:19:21 · 138 阅读 · 0 评论 -
git | unable to save public key
reason: forget to close the original id_rsa.pub document原创 2020-11-27 06:06:28 · 278 阅读 · 0 评论 -
git | win10 unable to start ssh-agent service, error:1058
命令:ssh-add ~/.ssh/id_rsa报错error connecting to agent: No such file or directory搜索后需要手动运行 ssh-agent报错:unable to start ssh-agent service, error:1058解决:查找services(德语是Dienst),查询OpenSSH Authentication Agent,设置为Automatic。...原创 2020-11-27 06:02:18 · 574 阅读 · 1 评论