随笔分类 - Git
版本控制器
Git报错:Your branch is up to date with 'origin/master'.
摘要:Git报错:Your branch is up to date with 'origin/master'. ---- Git 使用中报错以及对应的解决方法系列 - 03
阅读全文
Git报错:Please tell me who you are.
摘要:Git报错:Please tell me who you are. ---- Git 使用中报错以及对应的解决方法系列 - 02
阅读全文
Git报错:Permission denied (publickey)
摘要:报错1:
kex_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
阅读全文
在 windows 上安装 git 2.22
摘要:在 windows 上安装 git 2.22
阅读全文
在 windows 上安装 git 2.15
摘要:在 windows 上安装 git 2.15
阅读全文
git 基础使用
摘要:1: 安装客户端2: 注册使用github3: 具体操作3-1: 右键打开:git bash here 执行 ssh-keygen -t rsa -C "youremail@example.com"3-2: 然后 进入 C:\Users\Dadadawen\.ssh 找到 id_rsa.pub 复制
阅读全文