git

标签下共 6 篇文章

6
ops ·

Git LFS基本使用

1. Git LFS 简介 Git LFS: An open source Git extension for versioning large filesGit Large File Storage (LFS) replaces larg...

5 分钟
ops ·

gitea在ubuntu安装

创建用户和用户组1sudo adduser --system --group --disabled-password --shell /bin/bash --home /home/git --gecos 'git version ...

6 分钟
ops ·

git免密拉取代码

方式1: 通过公钥和私钥进行ssh拉去代码生成公钥和私钥命令 1ssh-keygen 拉去代码 1git clone git@github.com:username/repository.git 方式1: 配置.netrc 来源: ht...

1 分钟