curl -L https://packagecloud.io/golang-migrate/migrate/gpgkey | apt-key add -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
E: This command can only be used by root.
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 3954 100 3954 0 0 2478 0 0:00:01 0:00:01 --:--:-- 2478
curl: (23) Failed writing body发布于 2022-11-17 08:49:28
您将得到以下错误:
E: This command can only be used by root.您应该以root用户身份运行该命令。尝试:
curl -L https://packagecloud.io/golang-migrate/migrate/gpgkey | sudo apt-key add -https://unix.stackexchange.com/questions/725247
复制相似问题