jenkins在源碼管理添加Git地址后下面報錯怎么解決
我在這添加了jenkins證書,不好用,
Failed to connect to repository : Command "C:\Program Files\Git\bin\git.exe ls-remote -h [email protected]:cyking7/order.git HEAD" returned status code 128:
stdout:?
stderr: Load key "C:\\workdir\\apache-tomcat-8.0.51\\temp\\ssh8851514250046603406.key": invalid format?
[email protected]: Permission denied (publickey).?
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
這個要怎么配置,???
2018-06-13
證書的問題,需要把public key 添加到github的個人配置中;請參考視頻中的3-3 安裝并配置Git。
2020-01-21
windows的怎么配置啊
2018-06-14
我的本地jenkins是windows環境,視頻中配置的本地腳本是linux的命令,老師用的jenkins系統是蘋果,所以在我這塊不能運行一些命令,導致構建失敗,我在linux重新配置了jenkins,經過一番折騰,總算成功了。