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
답변1
다음과 같은 오류가 발생합니다.
E: This command can only be used by root.
이 명령은 루트로 실행해야 합니다. 노력하다:
curl -L https://packagecloud.io/golang-migrate/migrate/gpgkey | sudo apt-key add -