- 博客(7)
- 收藏
- 关注
原创 Git使用入门介绍
git checkout 切换分支git checkout -b 切出来一个新分支git pull 拉取远程分支代码git pull origin master 拉取远程master代码git commit -m 提交commit信息git add . 把当前目录下内容保存到缓冲区git push 本地commit推送到远程git push -f 本地commit 强制推送到远程,比较危险慎用git reset 会滚代码到某一个commit id。
2024-08-08 21:07:19
357
原创 git clone 时候出现 Please make sure you have the correct access rights and the repository exists
Enter file in which to save the key (/Users/username/.ssh/id_rsa): //这里的username是电脑上的用户名,这个地址也是文件的存储地址,然后按回车,1.删除 .ssh 文件夹 C:\Users\Administrator\.ssh ,如果可能找不到Administrator,删除 C:\Users\(本地用户名)\.ssh 中的 known_hosts。出现这个问题的原因是git服务器没有存储本地ssh密钥。
2023-10-10 20:10:41
7746
3
原创 超详细的uiautomator2运行前环境准备及各种问题解决
历经千辛万苦终于可以正常使用uiautomator2啦!!!uiautomator2听名字有点像uiautomator,但是uiautomator仅支持java语言,如果常用的是python,他对你来说就没什么用。uiautomator2也作为一个用来做安卓自动化测试的,它提供了python API,可以通过python来编写自动化测试脚本。uiautomator2主要分为两个部分:python端和移动设备python端: 运⾏脚本,并向移动设备发送HTTP请求.........
2022-06-12 20:17:50
11122
2
原创 python安装包时报错:distributed 1.21.8 requires msgpack, which is not installed.
新手上路就遇路障:执行pip install uiautomator2命令是出现以下报错:红字:distributed 1.21.8 requires msgpack, which is not installed.大致意思是:需要msgpack,但未安装黄字:You are using pip version 10.0.1, however version 21.1.3 is available.大致意思是:你需要升级一下pip版本...
2022-06-07 23:17:33
5804
4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人