错误描述

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地址

原文,需要科学上学

相关文章:

  • 2021-04-27
  • 2021-08-24
  • 2021-04-03
  • 2021-11-24
  • 2021-06-05
  • 2021-08-23
  • 2021-07-06
  • 2021-05-16
猜你喜欢
  • 2021-08-19
  • 2021-11-13
  • 2021-11-06
  • 2021-06-17
  • 2021-12-27
  • 2021-07-18
  • 2021-12-05
相关资源
相似解决方案