मुझे जेनकींस के साथ एक समस्या है , "गिट" सेट करना, निम्न त्रुटि दिखाता है:
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
जेनकिंस .shsh फ़ोल्डर में अपनी github कुंजी कॉपी करें
cp ~/.ssh/id_rsa_github* /var/lib/jenkins/.ssh/
कुंजी का नाम बदलें
mv id_rsa_github id_rsa
mv id_rsa_github.pub id_rsa.pub
लेकिन फिर भी जेनकींस में गिट रिपॉजिटरी काम नहीं कर रहा है ।
मदद से धन्यवाद!।