gitlab git clone 提示我输入密码,我第一不知道这个密码啊。如何解决
我网上看
git clone git@192.168.1.235:operation/ihaozhuo.git
Cloning into 'ihaozhuo'...
git@192.168.1.235's password:
Permission denied, please try again.
git@192.168.1.235's password:
Permission denied, please try again.
git@192.168.1.235's password:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
输入密码 提示密码错误。
我ssh -vvv git@192.168.1.235
就报这个
然后我登陆到gitlab服务器修改了git 密码,就报没有权限访问。
是什么原因。我已经把本地的key 拷贝到gitlab 自己的ssh-key 上面了。
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
git@192.168.1.235's password:
debug2: we sent a password packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
Permission denied, please try again.
git@192.168.1.235's password:
debug2: we sent a password packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
Permission denied, please try again.
git@192.168.1.235's password:
哪位好心人帮帮忙,我看下/etc/password
git:x:497:497:GitLab:/home/git/:/bin/bash
然后修改了
git:x:497:497:GitLab:/home/git/:/bin/git-shell
也不行,需要重启gitlab吗?
可是我重启了也不行啊
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
git@192.168.1.235:operation/ihaozhuo.git
服务端设置下git密码: passwd git, 使用设置的密码
怎么解决的,楼主
可能是SELINUX问题,在服务器执行以下命令:
docker exec -it containerName bash
进入容器修改
gitlab.rb
文件然后执行
请问楼主解决了吗,我也遇到了这个问题很苦恼