协作工具
文章平均质量分 82
bird_fly_i
Home: https://birdflyi.github.io/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git push出现 “fatal: 发送请求时出错。”的一种特殊情况
git push出现 “fatal: 发送请求时出错。”的一种特殊情况:git remote 中ssh的url设置问题。原创 2022-06-07 23:50:22 · 3774 阅读 · 2 评论 -
使用TortoiseGit将已有的id_rsa转化为ppk
问题描述现象使用TortoiseGit(小乌龟)时,Push到origin时可能会出现错误:Please make sure you have the correct access rights and the repository exists.而在使用git bash时,Push到origin没有问题,也不需要手动输入密码。原因TortoiseGit(小乌龟)使用.ppk文件作为密钥,称为Putty Key,可以用在bash中生成的私钥文件id_rsa文件转换而来。使用git bash时原创 2022-03-18 22:36:13 · 2390 阅读 · 0 评论 -
Github协作向导
Git协作向导1. 安装1.1 Git详见 Git下载、安装与环境配置1.2 UI工具: TortoiseGit详见 TortoiseGit安装与配置推荐理由:可查看 版本分支图|Revision Graph[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-UBf52qyZ-1613833601535)(https://tortoisegit.org/docs/tortoisegit/images/RevisionGraph.png)]注:仅支持windows,原创 2021-02-20 23:10:12 · 400 阅读 · 0 评论
分享