07 2024 档案
摘要:部分参考博客 https://blog.csdn.net/ghpanxt/article/details/119387253 1、安装依赖:yum install -y openssl-devel ncurses-devel libaio libaio-devel libtirpc-devel op
阅读全文
摘要:假设要fork的仓库名称为a,你的本地仓库名称为b 克隆a仓库的ssh git clone git@github.com:username/a.git cd a 添加b仓库为上游(upstream)远程仓库 git remote add upstream git@github.com:usernam
阅读全文