首页
编程基础
系统
家庭
个人
友情链接
申请友情链接
七七
累计撰写
150
篇文章
累计创建
34
个分类
累计收到
0
条评论
导航
首页
编程基础
系统
家庭
个人
友情链接
申请友情链接
目录
生活学习记录
标签
git
Github workFlow发布release失败
2024-04-01 14:09
41
0
0
28.1℃
版本控制
Github workFlow发布release失败 常见问题 Error: Unhandled error: TypeError: Cannot read properties of undefined (reading 'uploadReleaseAsset') release.yml 中的配置
nginx代理ssh请求
2024-03-22 16:16
78
0
0
31.8℃
服务搭建
nginx代理ssh请求 问题: gitea搭建完成后,无法使用ssh访问 原因: ssh 通过默认端口22, nginx配置的https/http只能通过web访问 需要将 ssh对应的端口也暴露出来 现有所有的服务请求路径 域名解析 -> nginx -> 本地frpc -> 家庭服务器 解决:
Centos升级更新git
2024-03-12 17:01
27
0
0
26.7℃
服务搭建
系统
centos7自带的源中git版本为1.8.3.1,比较旧的版本 1、确认你的当前git版本 在终端输入: 1 git --version 2、使用root账号 在终端终入: 1 su root 然后输入root账号的密码,注意linux下输密码时界面是没有变化的 3、配置存储库 启用Wandisc
git使用技巧记录
2024-03-12 16:59
8
0
0
24.8℃
版本控制
系统
git拆分仓库并保留历史 首先删除不需要的文件夹 git filter-branch –force –index-filter ‘git rm -rf –cached –ignore-unmatch target_directory ‘ –prune-empty –tag-name-filter c
弹