gerrit環境部署在linux伺服器,windos客戶機連線gerrit進行**操作:
在「git bash」裡使用 」ssh-keygen -t rsa -c [email protected]"產生公私鑰
將公鑰上傳到gerrit上(wangshibo賬號下,註冊賬號是[email protected])
在git bash裡使用git clone轉殖**的時候,報錯如下:
unable to negotiate with 10.0.0.8: no matching key exchange methodfound. their offer: diffie-hellman-group1-sha1
解決辦法:
在執行git clone之前,在終端輸入:
export git_ssh_command='ssh -o kexalgorithms=+diffie-hellman-group1-sha1'
然後再進行git clone操作
如果還有報錯,可以在windows本機.ssh目錄下編輯config檔案
內容如下:
這樣,報錯問題就迎刃而解了。
windows客戶機連線gerrit的乙個報錯處理
gerrit環境部署在linux伺服器,windos客戶機連線gerrit進行 操作 在 git bash 裡使用 ssh keygen t rsa c wangshibo zhongho.com 產生公私鑰 將公鑰上傳到gerrit上 wangshibo賬號下,註冊賬號是wangshibo zho...
virsh console連線客戶機
自我的部落格 新增ttys0的安全許可,允許root登入 echo ttys0 etc securetty 在 etc grub.conf檔案中為核心新增引數 sudo vim etc grub.conf 新增console ttys0到kernel屬性那一行最後,約16行處 在 etc initt...
用Windows做客戶機訪問Linux
很多家庭都有舊的電腦,用來跑windows系統已經力不從心,而安裝上linux系統還可以用來做許多的事情,比如,開放系統世界 2003年第8期 給linux家庭網路公升級 中介紹的使用linux做nat閘道器進行adsl上網。作為乙個nat閘道器,給它配備顯示器等外設太奢侈,我們完全可以利用wind...