git commit报错 pathspec ... did not match any file known to git

git commit报错 pathspec 'path.....'did not match any file(s) known to git.

七姑娘我今天遇到一个git 操作失败的问题,头大,尝试了 pull url上添加用户名密码也没用。
git 的相关操作都无法进行,同事也没办法直接拉代码。

网络上也没有搜索到对应的解决方案,最后局部更新git配置搞定。

方法如下:

用管理员权限打开 cmd.exe

进入对应的git项目地址里

执行 git config –-system -–unset credential.helper

然后再进行git操作,需要重新填写账户名密码,搞定。

遇到这个报错无法解决的可以尝试一下试试。

你可能感兴趣的:(git相关问题)