摘要: 一、问题描述在idea中进行上传的时候,通过——VCS>Git>Conmmit Directory——失败,出现如下图:author 'xxx' is not 'Name ' and matches no existing author 的样子。 二、解决办法1、首先看看是不是你的用户名没有权限 2 阅读全文
posted @ 2021-08-23 19:55 最强Java代表 阅读(664) 评论(0) 推荐(0)
摘要: 拉取代码 git clone xxx代码地址 强制回退到某次Commit的版本 git reset --hard (某次Commit的id) 强制提交 git push -f 阅读全文
posted @ 2021-08-23 14:23 最强Java代表 阅读(23) 评论(0) 推荐(0)