错误:

fatal: https://github.com/TeaCodie/TeaCodie-Website.git/info/refs not found: did you run git update-server-info on the server

解决:

  • cd 到你的项目/.git
  • vim config 打开config文件
  • 找到[remote "origin"] 查看上面的URL是否正确 修改保存即可
       url = 

相关文章:

  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-03
  • 2022-01-24
  • 2022-12-23
  • 2021-10-28
  • 2021-10-13
  • 2022-01-15
  • 2021-04-19
相关资源
相似解决方案