錯誤描述
connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository.
請確保您具有正確的訪問權限,並且存儲庫存在
解釋:您的git URL可能已更改。使用以下命令在本地目錄中更改URL
解決辦法: git remote set-url origin git@yourGitUrlHere
git@yourGitUrlHere 這是你的git地址