OpenShift git错误“无法在passwd文件中查找当前用户:没有这样的用户”

时间:2017-12-21 20:38:23

标签: git github passwords openshift

我在初学者版本中创建了一个proyect。

后来我想克隆私人存储库。

输入用户和密码后我

remote: Counting objects: 2357, done.
remote: Compressing objects: 100% (197/197), done.remote: Total 2357 (delta 202), reused 278 (delta 147), pack-reused 1993
Receiving objects: 100% (2357/2357), 3.63 MiB | 0 bytes/s, done.
Resolving deltas: 100% (815/815), done.
fatal: unable to look up current user in the passwd file: no such user
Unexpected end of command stream

1 个答案:

答案 0 :(得分:1)

您在Git的某些版本(2.7.0之前版本)中遇到过错误。解决方法是在user.name步骤中提供user.emailgit clone配置项,或升级您的Git版本。

有关详细信息,请参阅this commit