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