ฉันมีปัญหากับเจนกินส์การตั้งค่า "git" แสดงข้อผิดพลาดต่อไปนี้:
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
ฉันได้ทดสอบกับssh :
git@bitbucket.org:person/projectmarket.git
นี่เป็นข้อผิดพลาด:
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
ฉันได้ทำตามขั้นตอนเหล่านี้ด้วย "คีย์ SSH" แล้ว
เข้าสู่ระบบภายใต้เจนกินส์
sudo su jenkins
คัดลอกคีย์ github ของคุณไปยังโฟลเดอร์ Jenkins .ssh
cp ~/.ssh/id_rsa_github* /var/lib/jenkins/.ssh/
เปลี่ยนชื่อคีย์
mv id_rsa_github id_rsa
mv id_rsa_github.pub id_rsa.pub
แต่ก็ยังไม่ได้ทำงานที่เก็บคอมไพล์ในเจนกินส์
ขอบคุณด้วยความช่วยเหลือ!.