随笔分类 -  shell

gitee上传代码https返回403报错
摘要:分析原因 如果采用https方法上传代码,应该使用的是密码方式。如果报403问题,可能是本地缓存密码有问题。 解决办法 # 清理密码缓存 git config --local --unset credential.helper git config --global --unset credenti 阅读全文
posted @ 2024-04-21 07:52 生活的艺术 阅读(867) 评论(0) 推荐(0)
git操作
摘要:更换submodule url 将子模块从.gitmodules文件中删除 git submodule deinit <submodule-name> 将子模块从主项目中删除 git rm <submodule-name> 删除子模块相关的配置文件,例如.git/modules/<submodule 阅读全文
posted @ 2024-03-10 15:29 生活的艺术 阅读(22) 评论(0) 推荐(0)
ubuntu使用
摘要:## 配置软件源 https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ ## 获取ip ip addr show sudo apt install net-tools ifconfig ## 安装ssh sudo apt install openssh- 阅读全文
posted @ 2023-06-22 09:27 生活的艺术 阅读(13) 评论(0) 推荐(0)
常用工具
摘要:## 音视频 Captura-Portable.zip ffmpeg-5.0.1-full_build.7z ## 软件开发 Miniconda3-py39_23.3.1-0-Windows-x86_64.exe codeblocks-20.03mingw-setup.exe gitea-1.17. 阅读全文
posted @ 2023-06-22 08:08 生活的艺术 阅读(78) 评论(0) 推荐(0)