go克隆并引用github仓库

git hub 仓库 编程技术
发布日期 2023-09-06 更新日期 2023-09-06 阅读次数 147 文章字数 770

在一些情况下我们可能用到github开源仓库

为了更稳定,我们可以克隆开源仓库,以免开源仓库出现问题后不能使用

在fork一个仓库后,我们把引用的地址,替换成自己的github地址

把github仓库克隆下来,然后批量搜索和替换,把关键字替换即可。

接下来,再把改完的数据,推送到github,这时就可以了。

在克隆时,可以这样

go get github仓库@commitId

或者新建一个tag,并发布releaase,比如v1.3.0

go get github仓库 v1.3.0

如果还是提示原github信息,可能是代理的源缓存了,试试换个源

常用代理

用法:

go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/
go env -w GO111MODULE=on
go get github地址@lastCommmitId

“direct” 为特殊指示符,用于指示 Go 回源到模块版本的源地址去抓取(比如 GitHub 等),当值列表中上一个 Go module proxy 返回 404 或 410 错误时,Go 自动尝试列表中的下一个,遇见 “direct” 时回源,遇见 EOF 时终止并抛出类似 “invalid version: unknown revision…” 的错误。

多个值,可以用逗号隔开,比如

go env -w GOPROXY=https://proxy.golang.com.cn,direct
go env -w GOPROXY=https://goproxy.io,direct

文章作者: 朱丰华

文章链接: https://smart.52dixiaowo.com/blog/post-495.html

版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。

git hub 仓库

发表评论

相关推荐
朱丰华   |   7个月前   |   git

git从缓存中移除数据git rm --cached

406    评论    点赞
朱丰华   |   1年前   |   linux · upx

Linux下安装UPX

406    评论    点赞
朱丰华   |   1年前   |   git

git push -u参数是什么意思?--set-upstream

243    评论    点赞
朱丰华   |   1年前   |   git · add · 文件

git add -A 和 git add . 的区别

112    评论    点赞
朱丰华   |   1年前   |   php

windows下编写、编译php扩展

157    评论    点赞
朱丰华   |   1年前   |   linux · php

linux下编写、编译php扩展

149    评论    点赞
朱丰华   |   1年前   |   html

npm clean-mark,抓取网页文章内容,转换成markdown、html、txt

191    评论    点赞
朱丰华   |   1年前   |   php · 混淆 · obfuscate · git

yakpro-po混淆php代码

105    评论    点赞
朱丰华   |   1年前   |   javascript · js · obfuscator · 混淆

javascript-obfuscator混淆js文件

51    评论    点赞
朱丰华   |   1年前   |   nvm · git · 安装

entos7安装、使用nvm

74    评论    点赞
朱丰华   |   1年前   |   python · linux · www

linux给www用户【非root】安装python3

185    评论    点赞
朱丰华   |   1年前   |   docker · 安装 · linux

centos安装docker

104    评论    点赞
朱丰华   |   1年前   |   php · 编译

ubuntu、centos系统从源码编译指定版本php--超详细

158    评论    点赞
朱丰华   |   1年前   |   php · git · 编译

从源码编译php

134    评论    点赞
朱丰华   |   1年前   |   php · zend · 反射 · api

php zend引擎api接口:ZENDAPI阅读,反射调用示例

122    评论    点赞
朱丰华   |   1年前   |   gcc · 安装 · git

windows下安装gcc

96    评论    点赞
朱丰华   |   1年前   |   php · 混淆 · obfuscate · git

php代码混淆yakpro-po

212    评论    点赞
朱丰华   |   1年前   |   git · 文件

git对比任意两次commit提交的差异文件

188    评论    点赞
朱丰华   |   1年前   |   git · zip

git打包文件生成zip压缩包

164    评论    点赞
朱丰华   |   2年前   |   git · 提交 · 搜索 · commit · grep · log · gitlog · 文件

git提交commit中搜索,git log grep

91    评论    点赞
{{item.author_name}}   |   {{new Date(item.date*1000).log()}}   |   {{it}} ·

{{item.title}}

{{item.uv}}    评论    点赞