git
谷汩汩
这个作者很懒,什么都没留下…
展开
-
Unable to negotiate with xxx.xx.xxx.x port xx: no matching host key type found. Their offer: ssh-dss
从github转战gitlab然后连接仓库或者下拉项目报错Unable to negotiate with xxx.xx.xxx.x port xx: no matching host key type found. Their offer: ssh-dssfatal: Could not read from remote repository.Please make sure you ha...原创 2019-11-28 16:48:49 · 19927 阅读 · 0 评论 -
分布式管理系统git的使用(初步)及笔者学习过程中遇到的问题及解决方法
git分阶段了解学习git看起来很棒 git我个人理解,管理的是改变和历史,能将不同的版本有条理有顺序的进行系统的管理。比起svn必须选择从中央服务器取得最新版本改完再送回去的这种方式(它必须要有网)更适合随时随地管理。git安装 这里笔者使用的是windows系统,仅对windows做出说明,mac不甚了解,linux一贯的命令安装非常简便容易。 官网下载文件,全部默认安装即可,安装...原创 2019-04-24 20:32:35 · 230 阅读 · 0 评论