Kubeservice博客

是非审之于己,毁誉听之于人,得失安之于数

TIPS之 github Push/Pull 失败的问题

github Push/Pull 失败的问题

Github Push/Pull 失败的问题 git报错Failed to connect to github.com port 443 after 31421ms: Timed out 场景: 在git clone/push/pull时,一直报错Failed to connect to github.com port 443 after xxxms:

我的2023年: 2023年度社区贡献集合

2023年度社区贡献集合

2023年度社区贡献集合 link my github readme

TIPS之 对比github,gitee使用习惯不同点

对比github,gitee使用习惯不同点: git fetch/rebase/squash

习惯使用github的同学,一定会发现github非常实用的两个功能: Sync fork Squash and merge/Rebase and merge Sync fork 当 fork 开源代码到个人分支后,由于主分支有其他人员提交,

TIPS之 github action 自动统计组织/个人 活跃信息

github action 自动统计组织/个人 活跃信息

Github Action 自动统计组织/个人 活跃信息 最近用 Github Actions 玩出了花样。这里记录一下通过 Github Api 和 Github Actions 统计组织内活跃信息统计。 希望做到统计: 统计 org 下所有仓库的数据,

TIPS之 repos-mirror-action github action实现不同仓库代码同步

repos-mirror-action github action实现不同仓库代码同步

repos-mirror-action github action实现不同仓库代码同步 一个用于在hub间(例如Github,Gitee)代码仓库同步的action 背景 在开源贡献的代码托管的过

TIPS之 将gitlab/github同步工程到gerrit方法

将gitlab/github同步工程到gerrit方法

将gitlab/github同步工程到gerrit方法 1. 需要同步的代码仓库 $ git clone git@github.com:kubeservice-stack/muti-arch.git $ cd muti-arch $ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/master 2. 指定远端仓库的名称为gerri