导航

 

官方文档:https://docs.microsoft.com/zh-cn/windows/wsl/install-win10

 

生成requirements.txt文件

pip freeze > requirements.txt

安装requirements.txt依赖

pip install -r requirements.txt

 

和allure整合:https://testerhome.com/articles/17504

 

问题:

修改fork库的名称后,pull 拉取不到代码。如何在不影响当前代码的情况下,pull到代码。

解决:

使用命令 git remote set-url origin 地址
解决。

posted on 2021-03-16 11:14  slqt  阅读(413)  评论(0编辑  收藏  举报