错误描述
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地址
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地址
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。