# useradd git -g git
useradd: existing lock file /etc/subgid.lock without a PID
useradd: cannot lock /etc/subgid; try again later.

肿木办呢?把lock文件删掉不就行了吗

rm -rf /etc/subgid.lock 
useradd git -g git

 

相关文章:

  • 2021-07-22
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-05-13
  • 2021-08-07
猜你喜欢
  • 2021-08-07
  • 2021-07-25
  • 2021-11-22
  • 2021-06-27
  • 2021-09-08
相关资源
相似解决方案