我自己设置了一个Gitlab服务器。它由命令和网站工作。在我将电子邮件重新配置到我的smtp电子邮件服务器(最初没有设置任何电子邮件服务器)之后,我无法按命令推送/拉取克隆。 (它适用于网页,我可以浏览,编辑和提交,推送网页) 命令行错误显示如下:
$ git clone http://192.168.xx.xx:9000/gitlab/root/xxxx.git
Cloning into 'xxxx'...
Username for 'http://192.168.xx.xx:9000': root
remote: Internal server error
fatal: unable to access 'http://192.168.xx.xx:9000/gitlab/root/xxxx.git/':
The requested URL returned error: 500
有人可以帮忙吗?谢谢!