gitlab git clone 提示我输入密码,我第一不知道这个密码啊。如何解决

发布于 2022-09-02 23:56:32 字数 1426 浏览 9 评论 0

我网上看

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

太阳哥哥 2022-09-09 23:56:32
cat >> .ssh/config <<eof
Host 192.168.1.235                                                              
    IdentityFile <KEY FILE>
eof
江城子 2022-09-09 23:56:32

git@192.168.1.235:operation/ihaozhuo.git
服务端设置下git密码: passwd git, 使用设置的密码

娇俏 2022-09-09 23:56:32

怎么解决的,楼主

猫七 2022-09-09 23:56:32

可能是SELINUX问题,在服务器执行以下命令:

setenforce 0
沐歌 2022-09-09 23:56:32

docker exec -it containerName bash 进入容器

修改gitlab.rb文件

// 在gitlab创建项目时候http地址的host
external_url 'http://xx.xx.xx.xx'

// 在gitlab创建项目时候ssh地址的host
gitlab_rails['gitlab_ssh_host'] = 'xx.xx.xx.xx'

# 22端口映射下
gitlab_rails['gitlab_shell_ssh_port'] = 8022

然后执行

sudo gitlab-ctl reconfigure
谁把谁当真 2022-09-09 23:56:32

请问楼主解决了吗,我也遇到了这个问题很苦恼

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文