git
未读
git clone 命令出现fatal: Could not read from remote repository.
在git push的时候出现,如下情况kex_exchange_identification: Connection closed by remote hostConnection closed by 20.205.243.166 port 22fatal: Could not read from
git
未读
git更换远程仓库地址
git更换远程仓库地址直接改git remote -v #查看远端地址git remote #查看远端仓库名git remote set-url origin https://gitee.com/xx/xx.git (新地址)删了改git remote rm origin #删除远程的仓库git
win10同时登录多个微信
win10同时登录多个微信新建txt右键微信图标打开所在位置定位Wechat.exe所在路径在txt中填写命令打开几个微信就写几条命令,注意英文格式双引号的位置start D:"\微信1\WeChat\"WeChat.exestart D:"\微信1\WeChat\&q
git
未读
win10配置SSH连接Github
git
未读
git拉取远程仓库失败问题:Failed to connect to github.com port 443: Timed out.
git clone pull push时出现Failed to connect to github.com port 443: Timed out.OpenSSL SSL_read: Connection was reset, errno 10054在本地git使用下面这条命令直接解决问题git c
ubuntu: 查看内存
ubuntu: 查看内存查看整体内存的情况,top命令每隔几秒自动刷新。top查看整体内存的情况,free命令的m表示以M(兆)显示。free -m
python
未读
pyinstaller打包python程序成exe
pyinstaller打包时出现如下错误Traceback (most recent call last): File "main.py", line 11, in <module> File "cnocr\cn_ocr.py", line 1
linux
未读
为win11装双操作系统ubuntu
https://blog.csdn.net/lipengfei0427/article/details/83116527https://blog.csdn.net/weixin_43002202/article/details/120951578联想拯救者R7000 主要参考了这两篇文章