Github workFlow发布release失败


Github workFlow发布release失败 常见问题 Error: Unhandled error: TypeError: Cannot read properties of undefined (reading 'uploadReleaseAsset') release.yml 中的配置

nginx代理ssh请求


nginx代理ssh请求 问题: gitea搭建完成后,无法使用ssh访问 原因: ssh 通过默认端口22, nginx配置的https/http只能通过web访问 需要将 ssh对应的端口也暴露出来 现有所有的服务请求路径 域名解析 -> nginx -> 本地frpc -> 家庭服务器 解决:

Centos升级更新git


centos7自带的源中git版本为1.8.3.1,比较旧的版本 1、确认你的当前git版本 在终端输入: 1 git --version 2、使用root账号 在终端终入: 1 su root 然后输入root账号的密码,注意linux下输密码时界面是没有变化的 3、配置存储库 启用Wandisc

git使用技巧记录


git拆分仓库并保留历史 首先删除不需要的文件夹 git filter-branch –force –index-filter ‘git rm -rf –cached –ignore-unmatch target_directory ‘ –prune-empty –tag-name-filter c