1. 程式人生 > >解決ssh: connect to host github.com port 22: Connection refused

解決ssh: connect to host github.com port 22: Connection refused

問題引入

當你在Linux環境下配置好git並連結到後,你想要把本地的程式碼上傳到github中。但是當你push的時候,會出現失敗的情況。

ssh git@github.com

使用上面的命令檢視詳細錯誤資訊,得到以下結果
push失敗

解決方法

然後我們進入.ssh的配置目錄檢視,發現ssh目錄裡少了配置檔案config。
push失敗1
找到原因後我們進入.ssh的目錄,使用命令“touch config”建立一個配置檔案,並寫入你github的配置資訊。([email protected]是你github的註冊郵箱)

Host github.com  
User [email protected]
.com Hostname ssh.github.com PreferredAuthentications publickey IdentityFile ~/.ssh/id_rsa Port 443

現在再使用ssh [email protected]檢視與github的連線狀態,可能出現錯誤Bad owner or permissions on
push失敗2
這是因為你建立的配置檔案config的許可權不夠。所以我們需要修改其許可權。使用下面命令。

sudo chmod 600 config

現在我們再嘗試檢視連線狀態發現已經成功連線。
push失敗3
接下來就可以成功的push你的程式碼到github了。

相關推薦

解決ssh: connect to host github.com port 22: Connection refused

問題引入 當你在Linux環境下配置好git並連結到後,你想要把本地的程式碼上傳到github中。但是當你push的時候,會出現失敗的情況。 ssh [email protected] 使用上面的命令檢視詳細錯誤資訊,得到以下結果 解決方法 然後

【git 埠拒絕解決方案】ssh: connect to host github.com port 22: Connection refused

前言 前一陣兒,在公司同步github程式碼到本地的時候,爆出了這樣的一個錯誤ssh: connect to host github.com port 22: Connection refused。根據英文可以看出,ssh埠號被拒絕了,應該是被公司的網給禁掉了

解決ssh-connect-to-host-github-com-port-22-connection-timed-out

PC:~$ ssh [email protected] ssh: connect to host github.com port 22: Connection timed out 解決辦法:(linux下) ~$ cd ~ ~$ cd .ssh

git上傳程式碼報錯ssh: connect to host github.com port 22: Connection timed out解決辦法

當在遠端庫上設定了SSH 之後還是報錯連線超時,問題如下 $ git push origin master ssh: connect to host github.com port 22: Connection timed out fatal: Could not read

github連接報"ssh: connect to host github.com port 22: Connection timed out"錯誤

body csdn span -s file ckey keyword user class 1. 異常在連接github時,執行”ssh -T [email protected]

【高效生活】git :connect to host github.com port 22: Connection refused

【前言】            記錄一下使用git 遇到的幾個問題,有相同問題的小夥伴可以借鑑下思路。 【正文】             安裝完成後,報如上錯誤:

git clone遇到的[ssh: connect to host github.com port 22]

轉載自https://www.cnblogs.com/simonbaker/p/7191260.html 在廣州圖書館,git pull時候發現提示git clone [ssh: connect to host github.com port 22] 查了很多內容,找到了原因,大概是

CentOS系統中出現錯誤--SSHconnect to host centos-py port 22: Connection refused

start 配置 下載 pan 要去 isp 執行 hostname openssh   我在第一次搭建自己的 hadoop2.2.0單節點的偽分布集成環境時遇到了此錯誤,通過思考問題和查找解決方案最終搞定了這個問題,其錯誤原因主要有以下幾種:   1)S

Git配置非22端口,解決ssh: connect to host xxx port 22: Connection timed out fatal: The remote end hung up unexpectedly

name 訪問 基於 .net article 自定義 一個 實現 背景 背景:私自搭建了Git服務器,而Git本身就是SSH進行連接的,而Git命令上默認只能通過22端口實現。 解決方法: 第一種: 在系統的用戶目錄下的文件夾:.ssh 如果該路徑下沒有confi

sshconnect to host localhost port 22: Connection refused解決方法

安裝hadoop的時候,需要配置ssh無密登入 執行ssh localhsot的時候會報錯: linux系統(centos6.4) ssh:connect to host localhost po

在ubuntu中配置SSH(解決connect to host localhost port 22: Connection refused問題)

update: 下面這篇文章距離現在比較久了,不一定適合大家機器現在的情況了,如果不能成功解決問題請見諒。 ———————————————————————————————————————————————————— 簡單地說 配置hadoop時必須的一步就是保證ssh是聯通

ssh: connect to host gitlab.alpha.com port 22: Network is unreachable

遇到 不能 add bar ddr repo tla clone ace 在這裏只說明我遇到的問題和解決方法,可能並不能解決你遇到的問題: git clone [email protected]:ipcam/ambarella.gitCloning into ‘am

<Linux> Ubuntu error: ssh: connect to host master port 22: No route to host lost connection

ror host input ssh端口 linu 就會 accept ssh ubuntu iptables當找到匹配的規則時,就會執行相應的動作,而不會向下繼續匹配。因為ssh端口開放的規則在all規則之後,所以永遠都不會匹配到,也就是ssh永遠被禁止。 root下執行

Ubuntu SSH - ssh: connect to host ****** port 22: Connection refused

Ubuntu SSH - ssh: connect to host ****** port 22: Connection refused OpenSSH is the premier connectivity tool for remote login with the SSH prot

Ubuntu SSH - ssh: connect to host ****** port 22: No route to host

Ubuntu SSH - ssh: connect to host ****** port 22: No route to host ssh: connect to host ****** port 22: No route to host [email protect

ssh:connect to host localhost port 22: Connection refused

1.先徹底刪除ssh內容 sudo apt-get remove --purge openssh-server 2.重新安裝openssh-server sudo apt-get install openssh-server  (openssh-client可以不裝) 3.

關於ssh: connect to host master port 22: Connection timed out問題的總結

最近在cnetos6.5系統上重新配置了hadoop-2.2.0,在配置叢集的ssh無祕鑰登入時,經常能碰到ssh: connect to host master port 22: Connection timed out的問題。現在對該問題做一下可能出現的問題的總結和解決

ssh: connect to host localhost port 22: Connection refused

在ROS下執行ssh 指令時可能會碰到這樣的錯誤提示 ssh: connect to host localhost port 22: Connectionrefused 錯誤原因可能有三個: 1.sshd 未安裝 2.sshd未啟動 3.防火清 解決辦法: 1.確定安裝s

Linux-ssh: connect to host 192.168.1.161 port 22: Connection refused

初學者利用ssh連線主機出現:一、檢查要連線的伺服器是否有ssh服務,如果沒有    centos6 為例(均已root角色執行)    1、安裝ssh服務:yum install openssh-server     2、啟動ssh服務:service sshd start

ssh: connect to host 192.168.169 port 22: No route to host 處理方法

ssh: connect to host 192.168.169 port 22: No route to host  出現這種原因是由於防火牆設定問題,要先檢查防火牆的設定: 檢視防護牆狀態se