
git无法更新问题
终成败寇
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Warning: you are leaving 1 commit behind, not connected to any of your branches:
在我使用idea进行一次提交时,可能是误操作,导致提交后,在提交记录中中,看不到本次提交的记录,但是在控制台,显示Warning: you are leaving 1 commit behind, not connected to any of your branches:翻译过来,大概意思是,这次提交,没有选择提交分支,所以提交到了本地,这个时候,切换分支,当然就找不到这条记录。使用git,输入命令,git reflog(查看本地提交日志)在使用git提交时,遇到的奇怪问题。原创 2023-04-19 10:59:49 · 1552 阅读 · 0 评论 -
idea使用git提交时显示找不到匹配的主机密钥类型。
no matching host key type found. Their offer: ssh-rsa,ssh-dss Could not read from remote repository.开发中遇到git无法更新的问题原创 2022-06-06 12:56:30 · 1209 阅读 · 0 评论