使用git中push远程仓库出现超时问题的解决方式

在学习使用git的过程中,出现不能push到我的远程仓库的问题,百度了一下,说是要改一下本地config种url的内容为https格式
学习git中出现 ssh: connect to host github.com port 22: Connection timed out 问题的解决方式
使用git config --local -e命令:
学习git中出现 ssh: connect to host github.com port 22: Connection timed out 问题的解决方式
我不会再这里改内容,所以,我决定删了这个远程连接,重新建一个

git remote remove origin

git remote add origin https://github.com/......

remove是我猜的命令,竟然真的能用,不明所以,请前辈们指教

反正最后是能用了,希望能帮到比我更新的人
学习git中出现 ssh: connect to host github.com port 22: Connection timed out 问题的解决方式

相关文章:

  • 2021-09-07
  • 2021-08-06
  • 2022-01-12
  • 2021-10-19
  • 2021-08-31
  • 2021-04-03
  • 2021-10-17
  • 2021-08-09
猜你喜欢
  • 2021-08-19
  • 2021-11-13
  • 2021-07-18
  • 2021-06-17
  • 2021-04-03
  • 2021-11-24
  • 2021-10-20
相关资源
相似解决方案