标签:res _id repos mit oss reset ica 一个 nec
git reset --hard commit_id
命令,将工作区的提交穿越到你指定的commit里,这个时候你会发现git log根本没有记录这之后的提交记录,此时如果想回到穿越前的状态,就缺失了相应的提交记录信息git reflog
用来记录你的每一次改变目录树的命令,使用好他就可以很方便的恢复你最近的提交记录,然后使用git reset --hard commit_id
命令,就能回次提交后的状态了。ssh_dispatch_run_fatal: Connection to 172.65.251.78 port 22: message authentication code incorrect
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.`
并且同样的秘钥配置到github是可以正常使用的
ssh-keygen -lf ~/.ssh/id_rsa.pub
,然后输入命令ssh -T git@gitlab.com
再次检验,竟然神奇地发现问题解决了,可以成功连上gitlab。标签:res _id repos mit oss reset ica 一个 nec
原文地址:https://www.cnblogs.com/geekHao/p/12723260.html