摘要:
生成token 在gitlab、github上都支持生成https鉴权认证token 编辑 ~/.netrc文件 machine gitlab.com login 账户名 password 你的token 上述machine是指你的gitlab仓库的地址 login则为你的gitlab的用户名 pa 阅读全文
posted @ 2026-05-29 15:05
YueQAQ
阅读(5)
评论(0)
推荐(0)
摘要:
阿里云源为 https://mirrors.aliyun.com/, 下面使用sed命令替换官方源配置 Alpine sed -i sed -i 's#dl-cdn.alpinelinux.org#mirrors.aliyun.com#g' /etc/apk/repositories && apk 阅读全文
posted @ 2026-05-29 14:55
YueQAQ
阅读(14)
评论(0)
推荐(0)
摘要:
Git lfs 软件下载地址: https://git-lfs.com/ 初始化 初始化到当前工作目录 git lfs install 追踪全新大文件 跟踪大文件: 使用git lfs track命令来指定你想要使用LFS管理的文件类型。例如,如果你想要跟踪所有的.psd文件,可以使用 git lf 阅读全文
posted @ 2026-05-29 14:43
YueQAQ
阅读(11)
评论(0)
推荐(0)
摘要:
Git debug模式 GIT_TRACE_PACKET:打印 Git 数据包传输细节 GIT_TRACE:打印 Git 核心操作流程日志 GIT_CURL_VERBOSE:打印 Git 底层 curl 网络请求的详细信息(如 HTTP 请求 / 响应头) Linux export GIT_TRAC 阅读全文
posted @ 2026-05-29 14:33
YueQAQ
阅读(18)
评论(0)
推荐(0)

浙公网安备 33010602011771号