Tôi gặp vấn đề với jenkins , cài đặt "git", hiển thị lỗi sau:
Failed to connect to repository : Command "git ls-remote -h https://person@bitbucket.org/person/projectmarket.git HEAD" returned status code 128:
stdout:
stderr: fatal: Authentication failed
Tôi đã thử nghiệm với ssh :
git@bitbucket.org:person/projectmarket.git
Đây là lỗi:
Failed to connect to repository : Command "git ls-remote -h git@bitbucket.org:person/projectmarket.git HEAD" returned status code 128:
stdout:
stderr: Host key verification failed.
fatal: The remote end hung up unexpectedly
Tôi cũng đã thực hiện các bước này với "khóa SSH".
Đăng nhập dưới Jenkins
sudo su jenkins
Sao chép khóa github của bạn vào thư mục Jenkins .ssh
cp ~/.ssh/id_rsa_github* /var/lib/jenkins/.ssh/
Đổi tên các phím
mv id_rsa_github id_rsa
mv id_rsa_github.pub id_rsa.pub
nhưng vẫn không hoạt động kho git trong jenkins .
cảm ơn sự giúp đỡ!.