公司內網使用git clone報錯ssh連線超時
ssh -T git@github.com
測試ssh,報連線超時
ssh -T -p 443 git@ssh.github.com
換成443埠,依然連線超時
https://help.github.com/articles/using-ssh-over-the-https-port/
這裡估計是公司代理上網,導致無法使用ssh https://stackoverflow.com/questions/15589682/ssh-connect-to-host-github-com-port-22-connection-timed-out
按照上面的說明將ssh換成https時git config --local -e
報錯,先不管了~
關鍵
直接配置~/.gitconfig
檔案git config --global http.proxy http://userName:password@proxyaddress:port
git config --global https.proxy https://userName:password@proxyaddress:port
然後使用git clone https:
這種模式
https://stackoverflow.com/questions/18356502/github-failed-to-connect-to-github-443-windows-failed-to-connect-to-github
https://stackoverflow.com/questions/496277/git-error-fatal-unable-to-connect-a-socket-invalid-argument
相關文章
- SSH 方式 Git cloneGit
- 如何知道 Git clone 時 GitHub 使用的是哪個 SSH key 呢Github
- idea在使用git clone 時出現Filename too long的報錯資訊IdeaGit
- django 內建server 外網不能訪問, 報連線超時DjangoServer
- git clone失敗,超時,速度慢Git
- 如何除錯SSH連線除錯
- xshell連線tx1,git clone出現.git/info/refs not valid: is this a git repository?Git
- git clone 報錯 “URL using bad/illegal format or missing URL“GitORM
- GIT clone報錯: SSL certificate problem: unable to get local issuer certificateGit
- ssh連線時提示THEAUTHENTICITYOFHOSTXXCAN’TBEESTABLISHED
- CentOS 7 SSH 連線超時自動斷開解決方案CentOS
- git clone的使用小記Git
- Winodws同時連線內網和外網內網
- 解決使用SSH連線Linux伺服器時連線失敗的故障Linux伺服器
- 網路超時控制 + 指數補償法超時連線
- bitbucket無法使用ssh連線
- 使用ssh連線伺服器伺服器
- sourcetree github clone 報錯 hg clone fails with “repository not found“GithubAI
- 內外網同時連線解決
- 無公網ip 實現外網免費連線內網ssh(22)埠內網
- SQLYOG連線資料庫時報錯1251SQL資料庫
- 使用映象配置為 Git Clone 加速Git
- 使用screen讓關閉ssh連線時不關閉程式
- vscode remote-x11 ssh 連線時Another All configured authentication methods failed like #10 報錯修復VSCodeREMAI
- 禁止ssh連線時的確認提示
- WSL git cloneGit
- Frp分別用tcp和stcp模式ssh連線到內網LinuxFRPTCP模式內網Linux
- 嵌入式Linux,openssh連線報錯:ssh_sandbox_violation: unexpected system callLinux
- linux,ssh連線Linux
- BlueHost SSH連線常見錯誤和解決方法
- python 連線 mongo 資料庫連線超時PythonGo資料庫
- 【IT運維】公司內網伺服器可以遠端桌面連線嗎?怎麼連線?運維內網伺服器
- Arcgis連線HGDB報錯
- DBeaver連線MySQ報錯
- PostgreSQL 連線 超時異常SQL
- 連線zk 報錯連線不上hbase jdbcJDBC
- 使用Git命令列clone一個專案Git命令列
- 使用secureCRT連線伺服器,防超時斷開Securecrt伺服器
- Linux網路-ssh遠端連線協議Linux協議