5.8 使用源代码更新 FreeBSD
SVN 到 Git 的迁移
从 Git 获取源代码
安装 Git
# pkg install git# cd /usr/ports/devel/git/
# make install cleanGit 代理设置方法
Git 拉取源代码
拉取 CURRENT
拉取某 RELEASE
参考文献
Gitup
从压缩包获取源代码(方便但非最新)
开始编译
附录:解决冲突
故障排除与未竟事宜
Git:fatal: unable to update url base from redirection
fatal: unable to update url base from redirectionGit:fatal: unable to access 'https://git.FreeBSD.org/src.git/': SSL certificate problem: certificate is not yet valid
fatal: unable to access 'https://git.FreeBSD.org/src.git/': SSL certificate problem: certificate is not yet valid参考资料
最后更新于