拉取项目显示错误信息
remote: Repository not found.
fatal: repository 'http://192.168.1.13/xxx/xxx.git' not found

原因:因为以前使用过其他帐号配置信息都保存了,然后帐号密码默认用以前的导致拉取没有权限

解决方法:

执行cmd命令

    git clone http://username:password@192.168.1.13/xxx/xxx.git

相关文章:

  • 2021-08-17
  • 2021-05-17
  • 2018-10-11
  • 2021-04-10
  • 2022-12-23
  • 2021-12-28
  • 2021-08-24
  • 2022-03-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2022-01-24
  • 2022-12-23
  • 2021-06-27
相关资源
相似解决方案