在使用webhook自动部署时测试出现此问题,通过以下方法粗暴解决:

vim .git/config 文件,在remote "origin"  url中加入帐号密码,如图所示,格式为 https://username:password@git.dev.tencent.com/xxx/xxx.git

fatal: could not read Username for 'https://git.dev.tencent.com' 解决方法

 

相关文章:

  • 2022-12-23
  • 2022-01-24
  • 2021-11-06
  • 2021-04-17
  • 2021-12-20
  • 2022-12-23
  • 2021-05-30
猜你喜欢
  • 2022-01-05
  • 2021-08-15
  • 2021-09-09
  • 2021-07-15
  • 2022-01-20
  • 2022-01-23
相关资源
相似解决方案